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 Mariatta, brett.cannon, dino.viehland, ned.deily, serhiy.storchaka, vstinner, yselivanov
Date 2017-06-28.00:11:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498608706.75.0.695434690298.issue30604@psf.upfronthosting.co.za>
In-reply-to
Content
> _PyCode_SetExtra() uses two memory block for code extras. By changing how memory is accessed and allocated, it would be possible to use a single memory block. Was it on purpose to use two memory blocks?

I discussed with Yury who is not opposed to such change in Python 3.7, so I created bpo-30789.
History
Date User Action Args
2017-06-28 00:11:46vstinnersetrecipients: + vstinner, brett.cannon, ned.deily, dino.viehland, serhiy.storchaka, yselivanov, Mariatta
2017-06-28 00:11:46vstinnersetmessageid: <1498608706.75.0.695434690298.issue30604@psf.upfronthosting.co.za>
2017-06-28 00:11:46vstinnerlinkissue30604 messages
2017-06-28 00:11:46vstinnercreate