]> granicus.if.org Git - python/commit
Add missing PyObject_GC_Track and PyObject_GC_UnTrack calls to csv reader and
authorAndrew McNamara <andrewm@object-craft.com.au>
Mon, 10 Jan 2005 02:09:41 +0000 (02:09 +0000)
committerAndrew McNamara <andrewm@object-craft.com.au>
Mon, 10 Jan 2005 02:09:41 +0000 (02:09 +0000)
commit77ead87f30867443d18531812a0bbd83db1f6b0d
tree335aea76fc9eaf71ff5396448d26bc01b0149143
parent36a7691c2dc4a11ceebacb149e69b01226962d69
Add missing PyObject_GC_Track and PyObject_GC_UnTrack calls to csv reader and
writer objects (other GC infrastructure already in place).
Modules/_csv.c