Overview
Request 1111939 accepted
- update to 0.15.0:
* Add support for Python 3.12 PR #122
* Support for Python 3.12, comes with a number of changes
reflecting changes in CPython bytecode itself:
* handle the ability of ``LOAD_ATTR`` to replace
``LOAD_METHOD``
As a consequence the argument is now a ``tuple[bool, str]``
similarly ``LOAD_SUPER_ATTR`` which uses the 2 lowest bits as
flag takes a ``tuple[bool, bool, str]`` as argument
* ``POP_JUMP_IF_*`` instructions are undirected in Python 3.12
* ``YIELD_VALUE`` now takes an argument
* Support for ``CALL_INSTRINSIC_1/2`` led to the addition of 2
new enums to represent the argument
- Update to 0.14.0
- initial version 0.11.0, required by python-enaml
- Created by dirkmueller
- In state accepted
Request History
dirkmueller created request
- update to 0.15.0:
* Add support for Python 3.12 PR #122
* Support for Python 3.12, comes with a number of changes
reflecting changes in CPython bytecode itself:
* handle the ability of ``LOAD_ATTR`` to replace
``LOAD_METHOD``
As a consequence the argument is now a ``tuple[bool, str]``
similarly ``LOAD_SUPER_ATTR`` which uses the 2 lowest bits as
flag takes a ``tuple[bool, bool, str]`` as argument
* ``POP_JUMP_IF_*`` instructions are undirected in Python 3.12
* ``YIELD_VALUE`` now takes an argument
* Support for ``CALL_INSTRINSIC_1/2`` led to the addition of 2
new enums to represent the argument
- Update to 0.14.0
- initial version 0.11.0, required by python-enaml
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
licensedigger accepted review
ok
anag+factory added openSUSE:Factory:Staging:adi:50 as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:50"
anag+factory accepted review
Picked "openSUSE:Factory:Staging:adi:50"
dimstar accepted review
ok
dimstar_suse accepted review
Staging Project openSUSE:Factory:Staging:adi:50 got accepted.
dimstar_suse approved review
Staging Project openSUSE:Factory:Staging:adi:50 got accepted.
dimstar_suse accepted request
Staging Project openSUSE:Factory:Staging:adi:50 got accepted.