Message231683
The attached script raises the PyExc_RecursionErrorInst singleton and reproduces the issue.
The attached patch fixes the issue by ignoring the warning when clearing PyExc_RecursionErrorInst and clearing the frames associated with its traceback, in _PyExc_Fini(). |
|
Date |
User |
Action |
Args |
2014-11-25 20:51:44 | xdegaye | set | recipients:
+ xdegaye, pitrou, vstinner, serhiy.storchaka, emptysquare |
2014-11-25 20:51:44 | xdegaye | set | messageid: <1416948704.2.0.842310663359.issue22898@psf.upfronthosting.co.za> |
2014-11-25 20:51:44 | xdegaye | link | issue22898 messages |
2014-11-25 20:51:43 | xdegaye | create | |
|