Message231389
It looks like the problem is that raising the PyExc_RecursionErrorInst singleton creates a traceback object which contains frames. The singleton keeps the frames alive longer than expected.
I tried to write a script to raise this singleton, but it looks like the local variables of the frames are not deleted, even if frames are deleted (by _PyExc_Fini).
You may try to finish my attached runtimerror_singleton.py script. |
|
| Date |
User |
Action |
Args |
| 2014-11-19 16:32:13 | vstinner | set | recipients:
+ vstinner, pitrou, serhiy.storchaka, emptysquare |
| 2014-11-19 16:32:13 | vstinner | set | messageid: <[email protected]> |
| 2014-11-19 16:32:13 | vstinner | link | issue22898 messages |
| 2014-11-19 16:32:12 | vstinner | create | |
|