8000 gh-102304: Fix 2 New Stable ABI Functions by ericsnowcurrently · Pull Request #104762 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000

gh-102304: Fix 2 New Stable ABI Functions #104762

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 7 commits into from
May 30, 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
Next Next commit
Note the new stable-ABI functions.
  • Loading branch information
ericsnowcurrently committed May 22, 2023
commit 247f7bb0359e9c35992e3061d119bd6837f61d56
5 changes: 5 additions & 0 deletions Misc/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2406,3 +2406,8 @@
added = '3.12'
[const.Py_TPFLAGS_ITEMS_AT_END]
added = '3.12'

[function._Py_IncRefTotal_DO_NOT_USE_THIS]
added = '3.12'
[function._Py_DecRefTotal_DO_NOT_USE_THIS]
added = '3.12'
0