This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ysj.ray
Recipients BreamoreBoy, amaury.forgeotdarc, kylotan, ysj.ray
Date 2011-03-13.07:12:36
SpamBayes Score 1.7069246e-06
Marked as misclassified No
Message-id <1300000358.16.0.104259996205.issue1635741@psf.upfronthosting.co.za>
In-reply-to
Content
> Does the title of this issue accurately reflect the current status of the Python interpreter?

Yes, here is the running result on current 3.3 latest code:
[37182 refs]
[39415 refs]
[41607 refs]
[43799 refs]
[45991 refs]
[48183 refs]
[50375 refs]


This seems to be a known bug that Py_Finalize() doesn't free all objects according doc http://docs.python.org/dev/c-api/init.html?highlight=py_finalize#Py_Finalize
History
Date User Action Args
2011-03-13 07:12:38ysj.raysetrecipients: + ysj.ray, amaury.forgeotdarc, kylotan, BreamoreBoy
2011-03-13 07:12:38ysj.raysetmessageid: <1300000358.16.0.104259996205.issue1635741@psf.upfronthosting.co.za>
2011-03-13 07:12:36ysj.raylinkissue1635741 messages
2011-03-13 07:12:36ysj.raycreate