- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message377021
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 | graingert |
|---|---|
| Recipients | eryksun, graingert, gregory.p.smith, gvanrossum, ncoghlan |
| Date | 2020-09-16.20:16:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1600287401.37.0.630300969213.issue41602@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I'm assuming _Py_UnhandledKeyboardInterrupt is getting incorrectly cleared somewhere in here https://github.com/python/cpython/blob/fc23a9483ef0d7c98bea9f82392377d0b6ef7b18/Modules/main.c#L291-L300 Py_DECREF(runpy); Py_DECREF(runmodule); Py_DECREF(module); Py_DECREF(runargs); if (result == NULL) { return pymain_exit_err_print(); } Py_DECREF(result); return 0; } |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-09-16 20:16:41 | graingert | set | recipients: + graingert, gvanrossum, gregory.p.smith, ncoghlan, eryksun |
| 2020-09-16 20:16:41 | graingert | set | messageid: <1600287401.37.0.630300969213.issue41602@roundup.psfhosted.org> |
| 2020-09-16 20:16:41 | graingert | link | issue41602 messages |
| 2020-09-16 20:16:41 | graingert | create | |

