mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Correct micro release number and add a couple of asserts. (GH-25224)
This commit is contained in:
parent
1be456ae9d
commit
67969f5eb8
2 changed files with 4 additions and 4 deletions
|
@ -348,7 +348,7 @@ _code_type = type(_write_atomic.__code__)
|
|||
# Python 3.10a2 3433 (RERAISE restores f_lasti if oparg != 0)
|
||||
# Python 3.10a6 3434 (PEP 634: Structural Pattern Matching)
|
||||
# Python 3.10a7 3435 Use instruction offsets (as opposed to byte offsets).
|
||||
# Python 3.10a7 3436 (Add GEN_START bytecode #43683)
|
||||
# Python 3.10b1 3436 (Add GEN_START bytecode #43683)
|
||||
|
||||
#
|
||||
# MAGIC must change whenever the bytecode emitted by the compiler may no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue