Message100640
| 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:18 | vstinner | set | recipients: + vstinner, gjb1002, benjamin.peterson |
| 2010-03-08 13:00:18 | vstinner | set | messageid: <1268053218.12.0.702928817633.issue3137@psf.upfronthosting.co.za> |
| 2010-03-08 13:00:16 | vstinner | link | issue3137 messages |
| 2010-03-08 13:00:16 | vstinner | create | |