[issue10582] PyErr_PrintEx exits silently when passed SystemExit exception

2021-06-17 Thread Irit Katriel
Irit Katriel added the comment: This was removed in https://github.com/python/cpython/pull/13390. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker _

[issue10582] PyErr_PrintEx exits silently when passed SystemExit exception

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue10582] PyErr_PrintEx exits silently when passed SystemExit exception

2014-06-17 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue10582] PyErr_PrintEx exits silently when passed SystemExit exception

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: @Marc please accept our apologies for having missed this. Can you still reproduce the problem? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.4, Python 3.5 -Python 2.6 ___ Python tracker

[issue10582] PyErr_PrintEx exits silently when passed SystemExit exception

2010-11-29 Thread Marc Horowitz
New submission from Marc Horowitz : I discovered this bug working with panda3d. I've attached a short python script which demonstrates the problem. After installing panda3d, run the script, and then hit q in the window which appears. You'll see that none of the cleanup code after the 'run()' ma