This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Winston451
Recipients Winston451
Date 2010-07-29.20:33:32
SpamBayes Score 0.024894433
Marked as misclassified No
Message-id <1280435615.43.0.80003916996.issue9422@psf.upfronthosting.co.za>
In-reply-to
Content
The s_init function of the _struct.c file does not free the s_codes field before storing a new address into it. So when a Struct object is reinitialized the memory block pointed to by s_codes is lost. The file attached with the bug report shows a code which reproduce the problem.
History
Date User Action Args
2010-07-29 20:33:35Winston451setrecipients: + Winston451
2010-07-29 20:33:35Winston451setmessageid: <1280435615.43.0.80003916996.issue9422@psf.upfronthosting.co.za>
2010-07-29 20:33:32Winston451linkissue9422 messages
2010-07-29 20:33:32Winston451create