]> granicus.if.org Git - python/commit
Expand comments.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 31 Mar 2006 16:41:22 +0000 (16:41 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 31 Mar 2006 16:41:22 +0000 (16:41 +0000)
commit296aef8ebb4701a6fe3af652a230b1107ae5f44a
tree4343abd1dcffcd55af17670a450d291c566de49f
parent22f3a6ae1c5f43db01fd83f64079224a3ea7c588
Expand comments.

Explicitly clear all elements from arena->a_objects and remove
assert() that refcount is 1.  It's possible for a program to get a
reference to the list via sys.getobjects() or via gc functions.
Python/pyarena.c