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

2021-08-13 Thread Mark Shannon
Change by Mark Shannon : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___

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

2020-09-30 Thread Matthieu Dartiailh
Matthieu Dartiailh added the comment: Looking at the current version of the page https://docs.python.org/3.9/whatsnew/3.9.html#cpython-bytecode-changes I still see only the LOAD_ASSERTION_ERROR. It seems the changelog got updated but not the What's new --

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

2020-09-09 Thread Mark Shannon
Mark Shannon added the comment: Thanks for the reminder. Tis' done. -- stage: patch review -> ___ Python tracker ___ ___

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

2020-09-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +21242 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22174 ___ Python tracker

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

2020-09-09 Thread Ned Deily
Ned Deily added the comment: Mark, PR 22151 needs to be merged to the 3.9 branch as well. You can add the "Needs backport to 3.9" label to the original PR. -- nosy: +ned.deily ___ Python tracker

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

2020-09-08 Thread Mark Shannon
Mark Shannon added the comment: The change note for 33387 incorrectly referred to 32949 -- stage: patch review -> ___ Python tracker ___

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

2020-09-08 Thread Mark Shannon
Change by Mark Shannon : -- keywords: +patch pull_requests: +21232 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22151 ___ Python tracker ___

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

2020-09-08 Thread Mark Shannon
Mark Shannon added the comment: https://bugs.python.org/issue39320 has a change note: https://docs.python.org/3.9/whatsnew/changelog.html#python-3-9-0-beta-3 -- ___ Python tracker

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

2020-09-08 Thread Mark Shannon
Change by Mark Shannon : -- assignee: -> Mark.Shannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2020-09-07 Thread Ned Deily
Change by Ned Deily : -- nosy: +lukasz.langa versions: +Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list

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

2020-09-03 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +Mark.Shannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2020-09-03 Thread Matthieu Dartiailh
New submission from Matthieu Dartiailh : 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: -