Message147320
It looks like there is a memory leak bug (on StopIteration exception instances).
Attached is the test to expose it.
It seems that adding 'Py_DECREF(e);' after 'PyErr_SetObject(PyExc_StopIteration, e);' in 'genobject.c' fixes the leak. |
|
Date |
User |
Action |
Args |
2011-11-08 22:56:44 | Yury.Selivanov | set | recipients:
+ Yury.Selivanov, rhettinger, gcewing, ncoghlan, rndblnch, aronacher, eric.araujo, alex, rfk, asvetlov, zbysz |
2011-11-08 22:56:44 | Yury.Selivanov | set | messageid: <1320793004.29.0.526189708894.issue11682@psf.upfronthosting.co.za> |
2011-11-08 22:56:43 | Yury.Selivanov | link | issue11682 messages |
2011-11-08 22:56:43 | Yury.Selivanov | create | |
|