]> granicus.if.org Git - python/commit
Oops, old-style types don't have a tp_free slot. Call PyObject_Free
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 23 Dec 2002 22:33:49 +0000 (22:33 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 23 Dec 2002 22:33:49 +0000 (22:33 +0000)
commit15721c5c45496a2a9114eeddcce98c474a78b4f8
tree3985372b2c19711b75cc5b866a796b7f5945b864
parent29fb9c7e076232096fe2c81647592660ca498228
Oops, old-style types don't have a tp_free slot. Call PyObject_Free
directly in that case.
Tools/bgen/bgen/bgenObjectDefinition.py