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 Satshabad.Khalsa
Recipients Satshabad.Khalsa, gardster, loewis
Date 2013-03-18.22:57:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363647446.84.0.697010282576.issue6741@psf.upfronthosting.co.za>
In-reply-to
Content
This is a test that is supposed to run c that creates two objects, cross references them with embedded python DECREF's the objects. Then it asserts that after Py_fini is called, they have no more references because the gc should have collected them. 

Unfortunately the test is not failing for the right reasons and I can't figure out why.
History
Date User Action Args
2013-03-18 22:57:26Satshabad.Khalsasetrecipients: + Satshabad.Khalsa, loewis, gardster
2013-03-18 22:57:26Satshabad.Khalsasetmessageid: <1363647446.84.0.697010282576.issue6741@psf.upfronthosting.co.za>
2013-03-18 22:57:26Satshabad.Khalsalinkissue6741 messages
2013-03-18 22:57:26Satshabad.Khalsacreate