8000 gh-134745: Change PyThread_allocate_lock() implementation to PyMutex by vstinner · Pull Request #134747 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-134745: Change PyThread_allocate_lock() implementation to PyMutex #134747

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, 2025
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
Update NEWS entry
  • Loading branch information
vstinner committed May 30, 2025
commit 9a34d16ed903981b6c19f02fec0430de5731db40
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Change :c:func:`!PyThread_allocate_lock` implementation to ``PyMutex``. On
Windows, :c:func:`!PyThread_acquire_lock_timed` now supports the *intr_flag*
Change :c:func:`!PyThread_allocate_lock` implementation to ``PyMutex``.
On Windows, :c:func:`!PyThread_acquire_lock_timed` now supports the *intr_flag*
parameter: it can be interrupted. Patch by Victor Stinner.
Loading
0