]> granicus.if.org Git - python/commit
Fix in PyList_New(). With GC enabled and when out of memory,
authorVladimir Marangozov <vladimir.marangozov@t-online.de>
Sat, 15 Jul 2000 03:31:31 +0000 (03:31 +0000)
committerVladimir Marangozov <vladimir.marangozov@t-online.de>
Sat, 15 Jul 2000 03:31:31 +0000 (03:31 +0000)
commit467a67e74d9ead0440cffb58d5fc299e477b26f0
tree70ac3fa711a06399c283fe52d2daf7d1a4cb1c90
parent5ff2ac2fa96f2f58f574bdf5c07817bb8903fe2d
Fix in PyList_New().  With GC enabled and when out of memory,
free() the GC pointer, not the object pointer.
Objects/listobject.c