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 mdartiailh
Recipients mdartiailh
Date 2020-09-03.13:26:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599139613.26.0.744077883478.issue41703@roundup.psfhosted.org>
In-reply-to
Content
A number of bytecodes have been added removed in Python 3.9 as documented in https://docs.python.org/3.9/library/dis.html. However only the addition of LOAD_ASSERTION_ERROR is currently documented in What's New. The relevant bpo issues are:
- https://bugs.python.org/issue33387
- https://bugs.python.org/issue39320
History
Date User Action Args
2020-09-03 13:26:53mdartiailhsetrecipients: + mdartiailh
2020-09-03 13:26:53mdartiailhsetmessageid: <1599139613.26.0.744077883478.issue41703@roundup.psfhosted.org>
2020-09-03 13:26:53mdartiailhlinkissue41703 messages
2020-09-03 13:26:53mdartiailhcreate