8000 gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by the build script, or exposed in opcode.py by iritkatriel · Pull Request #107534 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by the build script, or exposed in opcode.py #107534

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix doc formatting
  • Loading branch information
iritkatriel committed Aug 1, 2023
commit 1c6d8d0c79fb22d048b8c0e9fd8ddc9f9184d6a6
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ built on debug mode <debug-build>`.
opcode
------

* Move :data:`opcode.ENABLE_SPECIALIZATION` to :data:`_opcode.ENABLE_SPECIALIZATION`.
* 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`.)

Expand Down
0