[issue9422] Memory leak when reinitializing a Struct object

Mark Dickinson report at bugs.python.org
Thu Jul 29 23:48:50 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Yes, you're right of course.  Fixed in r83239 (py3k), r83240 (release31-maint), r83241 (release27-maint) and r83242 (release26-maint).

Thanks!

BTW, just out of curiosity:  I don't think I've ever seen anyone re-initialize a struct.Struct object before.  What's the reason for doing this instead of creating a new one?

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9422>
_______________________________________


More information about the Python-bugs-list mailing list