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:55:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607414105.98.0.106090343815.issue42422@roundup.psfhosted.org>
In-reply-to
Content
> You may use https://bytecode.readthedocs.io/ which might help to write more portable code, (...)

Ah, I didn't notice that at the beginning of the documentation, you can see that even a very simple loop has a different bytecode before and after Python 3.8:

"Python 3.8 removed SETUP_LOOP"
https://bytecode.readthedocs.io/en/latest/usage.html#simple-loop
History
Date User Action Args
2020-12-08 07:55:06vstinnersetrecipients: + vstinner, eric.smith, sbz, BTaskaya, Dennis Sweeney
2020-12-08 07:55:05vstinnersetmessageid: <1607414105.98.0.106090343815.issue42422@roundup.psfhosted.org>
2020-12-08 07:55:05vstinnerlinkissue42422 messages
2020-12-08 07:55:05vstinnercreate