Message246502
| Author | pitrou |
|---|---|
| Recipients | ncoghlan, petr.viktorin, pitrou |
| Date | 2015-07-09.14:10:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1436451029.27.0.252245315803.issue24596@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Actually, the problem is in PyRun_SimpleFileExFlags(). The executed module is decref'ed after calling PyErr_Print(), but the latter never returns when the exception is a SystemExit. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-07-09 14:10:29 | pitrou | set | recipients: + pitrou, ncoghlan, petr.viktorin |
| 2015-07-09 14:10:29 | pitrou | set | messageid: <1436451029.27.0.252245315803.issue24596@psf.upfronthosting.co.za> |
| 2015-07-09 14:10:29 | pitrou | link | issue24596 messages |
| 2015-07-09 14:10:29 | pitrou | create | |