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 vstinner
Recipients benjamin.peterson, loewis, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2017-03-27.10:48:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490611690.85.0.0864737862128.issue12414@psf.upfronthosting.co.za>
In-reply-to
Content
code_sizeof() must be updated to take in account co_extra memory: co_extra.ce_size * sizeof(co_extra.ce_extras[0]) bytes.
History
Date User Action Args
2017-03-27 10:48:10vstinnersetrecipients: + vstinner, loewis, rhettinger, pitrou, benjamin.peterson, serhiy.storchaka
2017-03-27 10:48:10vstinnersetmessageid: <1490611690.85.0.0864737862128.issue12414@psf.upfronthosting.co.za>
2017-03-27 10:48:10vstinnerlinkissue12414 messages
2017-03-27 10:48:10vstinnercreate