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 BTaskaya, Dennis Sweeney, eric.smith, sbz, vstinner
Date 2020-12-08.07:53:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607413995.83.0.448961760541.issue42422@roundup.psfhosted.org>
In-reply-to
Content
Compiled bytecode is not portable between Python versions. You may use https://bytecode.readthedocs.io/ which might help to write more portable code, but this project does not contain a bytecode verifier and I'm not sure that it's updated when the Python bytecode becomes backward incompatible. (I wrote the first version as a Proof-of-Concept of my PEP 511, but I no longer maintain it.)
History
Date User Action Args
2020-12-08 07:53:15vstinnersetrecipients: + vstinner, eric.smith, sbz, BTaskaya, Dennis Sweeney
2020-12-08 07:53:15vstinnersetmessageid: <1607413995.83.0.448961760541.issue42422@roundup.psfhosted.org>
2020-12-08 07:53:15vstinnerlinkissue42422 messages
2020-12-08 07:53:15vstinnercreate