forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-129533: Update PyGC_Enable/Disable/IsEnabled to use atomic …
…operation (pythongh-129563)
- Loading branch information
1 parent
60c6767
commit 9e29b4f
Showing
2 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
Misc/NEWS.d/next/C_API/2025-02-02-12-58-21.gh-issue-129533.dFfqkT.rst
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Update :c:func:`PyGC_Enable()`, :c:func:`PyGC_Disable()`, | ||
:c:func:`PyGC_IsEnabled()` to use atomic operation for thread-safety | ||
at free-threading build. Patch by Donghee Na. |
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