Skip to content
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
Add missing ifdef.
  • Loading branch information
ericsnowcurrently committed May 22, 2023
commit a0e7b362b6aa856725f2fc35bad2ae6f7b54592c
2 changes: 2 additions & 0 deletions Misc/stable_abi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2409,7 +2409,9 @@

[function._Py_IncRefTotal_DO_NOT_USE_THIS]
added = '3.12'
Comment thread
ericsnowcurrently marked this conversation as resolved.
ifdef = 'Py_REF_DEBUG'
abi_only = true
[function._Py_DecRefTotal_DO_NOT_USE_THIS]
added = '3.12'
Comment thread
ericsnowcurrently marked this conversation as resolved.
ifdef = 'Py_REF_DEBUG'
abi_only = true