mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by the build script, or exposed in opcode.py (#107534)
This commit is contained in:
parent
49f238e78c
commit
6ef8f8ca88
8 changed files with 21 additions and 12 deletions
|
|
@ -117,6 +117,13 @@ and only logged in :ref:`Python Development Mode <devmode>` or on :ref:`Python
|
|||
built on debug mode <debug-build>`.
|
||||
(Contributed by Victor Stinner in :gh:`62948`.)
|
||||
|
||||
opcode
|
||||
------
|
||||
|
||||
* Move ``opcode.ENABLE_SPECIALIZATION`` to ``_opcode.ENABLE_SPECIALIZATION``.
|
||||
This field was added in 3.12, it was never documented and is not intended for
|
||||
external usage. (Contributed by Irit Katriel in :gh:`105481`.)
|
||||
|
||||
pathlib
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue