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 brandtbucher
Recipients brandtbucher, christian.heimes, malin, methane, serhiy.storchaka
Date 2022-03-24.16:40:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648140038.74.0.496945609374.issue46864@roundup.psfhosted.org>
In-reply-to
Content
Just a note: as of this week (GH-31888), we no longer use bytes objects to store bytecode. Instead, the instructions are stored as part of the PyCodeObject struct.

(Of course, we still use bytes objects for the various exception handling and debugging tables attached to code objects, but these are very cold fields by comparison.)

Not to say this work isn't worthwhile, but it probably isn't worth doing for `co_code` *alone*.
History
Date User Action Args
2022-03-24 16:40:38brandtbuchersetrecipients: + brandtbucher, christian.heimes, methane, serhiy.storchaka, malin
2022-03-24 16:40:38brandtbuchersetmessageid: <1648140038.74.0.496945609374.issue46864@roundup.psfhosted.org>
2022-03-24 16:40:38brandtbucherlinkissue46864 messages
2022-03-24 16:40:38brandtbuchercreate