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 <rep...@bugs.python.org>
<https://bugs.python.org/issue31388>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to