STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> Remove main_pending_calls.patch hack: replaced by tokenizer_error.patch.

With extra tests, I realized that this patchs is still useful to process a 
SIGINT emitted between Py_Initialize() and PyRun_AnyFileExFlags(). Without the 
patch, if a SIGINT is emitted just after Py_Initialize(): it's only proceed 
when the user press enter in the interactive interpreter (when the tokenizer 
decodes the input string to the terminal charset).

----------
Added file: http://bugs.python.org/file16494/main_pending_calls.patch

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

Reply via email to