Message205179
unittest_leak.patch: Fix the the initial bug, unittest_leak.py.
I don't think that it's possible to write a generic fix for frame_ref_cycle.py. Storing sys.exc_info() to format it as a traceback later is a common pattern. Clearing a frame at function exit breaks this use case. |
|
| Date |
User |
Action |
Args |
| 2013-12-04 00:15:10 | vstinner | set | recipients:
+ vstinner, pitrou, ezio.melotti |
| 2013-12-04 00:15:10 | vstinner | set | messageid: <[email protected]> |
| 2013-12-04 00:15:10 | vstinner | link | issue19880 messages |
| 2013-12-04 00:15:10 | vstinner | create | |
|