]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Finished transitioning to using gc_refs to track gc objects' states.
authorTim Peters <tim.peters@gmail.com>
Tue, 2 Jul 2002 18:12:35 +0000 (18:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 2 Jul 2002 18:12:35 +0000 (18:12 +0000)
commit6fc13d9595ef4972551c0dfa7920f8d87935388a
treee43da2165025da7146c5ea611b94a44439c3b42a
parent8e8dc419d0f6d28ff945190dc1e1384e04979a77
Finished transitioning to using gc_refs to track gc objects' states.
This was mostly a matter of adding comments and light code rearrangement.
Upon untracking, gc_next is still set to NULL.  It's a cheap way to
provoke memory faults if calling code is insane.  It's also used in some
way by the trashcan mechanism.
Include/objimpl.h
Modules/gcmodule.c