[issue31388] Provide a way to defer SIGINT handling in the current thread

Antoine Pitrou report at bugs.python.org
Thu Sep 7 16:28:04 EDT 2017


Antoine Pitrou added the comment:

I think SIGINT handling is the wrong level to do this.  Instead, it should be done at the ceval level, at the point where the "eval breaker" flag is examined for any interruption request to the normal sequential flow of execution.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31388>
_______________________________________


More information about the Python-bugs-list mailing list