]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41299: Fix EnterNonRecursiveMutex() (GH-28548)
authorVictor Stinner <vstinner@python.org>
Fri, 24 Sep 2021 22:40:18 +0000 (00:40 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Sep 2021 22:40:18 +0000 (00:40 +0200)
commitd639e3170506a1a80c4b2f1b3a6250bb95ff190a
tree5755664196f9bf7e8fc3852532df0ed761690145
parentf35ddf24227e834c9b6b39ad23a0ec382b4de48b
bpo-41299: Fix EnterNonRecursiveMutex() (GH-28548)

Remove Py_FatalError() call: the code works even if now is negative.
Python/thread_nt.h