]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)
authorSam Gross <colesbury@gmail.com>
Thu, 17 Oct 2024 18:10:55 +0000 (14:10 -0400)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2024 18:10:55 +0000 (20:10 +0200)
commitd8c864816121547338efa43c56e3f75ead98a924
tree6930c118c844cd4050a5d1c025974d98f4dbc734
parentb454662921fd3a1fc27169e91aca03aadea08817
gh-125541: Make Ctrl-C interrupt `threading.Lock.acquire()` on Windows (#125546)
Doc/library/_thread.rst
Doc/library/threading.rst
Misc/NEWS.d/next/Library/2024-10-15-16-50-03.gh-issue-125541.FfhmWo.rst [new file with mode: 0644]
Python/parking_lot.c