]> granicus.if.org Git - python/commit
Oops: we used PyMem_DEL() to clean up objects, and that's a problem since
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 19 Apr 2002 14:29:47 +0000 (14:29 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 19 Apr 2002 14:29:47 +0000 (14:29 +0000)
commita6aa71deec4694cdaf7ee3f72fbd2602335cd781
treef9691d0466696cd6149d57eb297c4bd34b4c4b6f
parentbbeb1e6d913025be7d16e0663b78b0208a66984d
Oops: we used PyMem_DEL() to clean up objects, and that's a problem since
pymalloc, apparently. Fixed, but this means all bgen-generated modules will
have to be re-generated.

I hope (and expect) that the pymalloc fixes aren't bugfix candidates, because
if they are this is one too.
Tools/bgen/bgen/bgenObjectDefinition.py