]> granicus.if.org Git - python/commit
Fix sys.getobjects(0): we get a reference to the
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 15 Apr 2006 12:46:09 +0000 (12:46 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 15 Apr 2006 12:46:09 +0000 (12:46 +0000)
commit841747cb56c6eeee9d89e6003a355b3d6c4c7cc1
tree16da83d5bf2facbb742bf88c4c6524a2041971df
parentc597d1b4468e98f9f1f3fe22ab97012e4be918dc
Fix sys.getobjects(0): we get a reference to the
arena's "private" list of objects, so there might
be two references to that list.
Python/pyarena.c