]> granicus.if.org Git - python/commit
Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 17 Nov 2002 17:52:44 +0000 (17:52 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 17 Nov 2002 17:52:44 +0000 (17:52 +0000)
commit89350a41b969b1fb20d0e24db28a20491e448860
tree15b08d87d1a2901b71e162e55bc174c6dd81500e
parent614181282024571bb152a1d3d0b75b32e43c9641
Remove _Py_ResetReferences.  Fixes bug #529750 "Circular reference makes
Py_Init crash".  refchain cannot be cleared because objects can live across
Py_Finalize() and Py_Initialize() if they are kept alive by circular
references.
Include/object.h
Objects/object.c
Python/pythonrun.c