[issue6741] Garbage collector release method

Satshabad Khalsa report at bugs.python.org
Mon Mar 18 23:57:26 CET 2013


Satshabad Khalsa added the comment:

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.

----------
nosy: +Satshabad.Khalsa
Added file: http://bugs.python.org/file29463/patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6741>
_______________________________________


More information about the Python-bugs-list mailing list