Skip to content

Commit

Permalink
Revert changes in PEP-605 and PEP-3147
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Jun 16, 2023
1 parent a56265c commit dc79252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pep-0605.rst
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ additions to the stable ABI:
API), and attempt to obtain further feedback that way

As a slight readability and usability improvement, this PEP also proposes the
introduction of aliases for each stable ABI version::
introduction of aliases for each major stable ABI version::

#define Py_LIMITED_API_3_3 0x03030000
#define Py_LIMITED_API_3_4 0x03040000
Expand Down
4 changes: 2 additions & 2 deletions pep-3147.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ it. When either the magic number or timestamp do not match, the py
file is recompiled and a new pyc file is written.

In practice, it is well known that pyc files are not compatible across
Python minor releases. A reading of import.c [3]_ in the Python
source code proves that within recent memory, every new CPython minor
Python major releases. A reading of import.c [3]_ in the Python
source code proves that within recent memory, every new CPython major
release has bumped the pyc magic number.


Expand Down

0 comments on commit dc79252

Please sign in to comment.