Message343354
| Author |
vstinner |
| Recipients |
Andre Merzky, mcepl, minrk, neologix, pitrou, sxsns243, takluyver, vstinner |
| Date |
2019年05月24日.08:21:22 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1558686082.11.0.0148675716302.issue23395@roundup.psfhosted.org> |
| In-reply-to |
| Content |
The interrupt_main() documentation needs a "versionchanged:: 3.8" to document that the behavior changed in Python 3.8, no? (do nothing if the signal is not handled by Python).
I'm not comfortable to backport this change. I suggest to only change Python 3.8 (master branch).
While reviewing this change, I found code which should be refactored: see bpo-37031. |
|