Skip to content

gh-133296: Publicly expose critical section API that accepts PyMutex #135899

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
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
Update changelog
  • Loading branch information
ngoldbaum authored Jun 24, 2025
commit 59ac85a6fa8fc3ccdd2612b34dc3838377e70eb5
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
New variants for the critical section API that accept one or two
:c:type:`PyMutex` instances rather than :c:type:`PyObject` instances are now
:c:type:`PyMutex` pointers rather than :c:type:`PyObject` instances are now
public in the non-limited C API.
Loading