[issue41703] Most bytecode changes are absent from Python 3.9 What's new

Matthieu Dartiailh report at bugs.python.org
Thu Sep 3 09:26:53 EDT 2020


New submission from Matthieu Dartiailh <m.dartiailh at gmail.com>:

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

----------
messages: 376298
nosy: mdartiailh
priority: normal
severity: normal
status: open
title: Most bytecode changes are absent from Python 3.9 What's new

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41703>
_______________________________________


More information about the Python-bugs-list mailing list