]> granicus.if.org Git - python/commit
Make more things internal to this file. Remove
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 30 Aug 2001 00:05:51 +0000 (00:05 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 30 Aug 2001 00:05:51 +0000 (00:05 +0000)
commit43411b56832819104ac8fb1e31013ad4a7db866c
tree6649013c2318a49b72dec1091bb8c7b6727eb717
parentcf22946c33132544f081f9ba6449be30a9866d8c
Make more things internal to this file.  Remove
visit_finalizer_reachable since it's the same as visit_reachable.
Rename visit_reachable to visit_move.  Objects can now have the GC type
flag set, reachable by tp_traverse and not be in a GC linked list.  This
should make the collector more robust and easier to use by extension
module writers.  Add memory management functions for container objects
(new, del, resize).
Modules/gcmodule.c