forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-111506: Implement Py_SET_REFCNT() as opaque function in limi…
…ted C API In the limited C API version 3.13. Py_SET_REFCNT() is now implemented as an opaque function call. Add _Py_SetRefcnt() to the stable ABI.
- Loading branch information
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2480,3 +2480,5 @@ | |
added = '3.13' | ||
[function.PyUnicode_AsUTF8] | ||
added = '3.13' | ||
[function._Py_SetRefcnt] | ||
added = '3.13' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters