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 brianfcoleman
Recipients brianfcoleman
Date 2017-03-01.08:52:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488358332.92.0.449242887398.issue29683@psf.upfronthosting.co.za>
In-reply-to
Content
On PyMem_Malloc failure, _PyCode_SetExtra should set co_extra->ce_size = 0.
On PyMem_Realloc failure, _PyCode_SetExtra should set co_extra->ce_size = 0.
On PyMem_Realloc success, _PyCode_SetExtra should set all unused slots in co_extra->ce_extras to NULL.

I will add a GitHub PR for this shortly.
History
Date User Action Args
2017-03-01 08:52:12brianfcolemansetrecipients: + brianfcoleman
2017-03-01 08:52:12brianfcolemansetmessageid: <1488358332.92.0.449242887398.issue29683@psf.upfronthosting.co.za>
2017-03-01 08:52:12brianfcolemanlinkissue29683 messages
2017-03-01 08:52:12brianfcolemancreate