STINNER Victor <vstin...@redhat.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue23395>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to