This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, gjb1002, vstinner
Date 2010-03-08.13:00:15
SpamBayes Score 0.009899954
Marked as misclassified No
Message-id <1268053218.12.0.702928817633.issue3137@psf.upfronthosting.co.za>
In-reply-to
Content
> 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).
History
Date User Action Args
2010-03-08 13:00:18vstinnersetrecipients: + vstinner, gjb1002, benjamin.peterson
2010-03-08 13:00:18vstinnersetmessageid: <1268053218.12.0.702928817633.issue3137@psf.upfronthosting.co.za>
2010-03-08 13:00:16vstinnerlinkissue3137 messages
2010-03-08 13:00:16vstinnercreate