mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
#11565: Merge with 3.1.
This commit is contained in:
commit
3b3499ba69
93 changed files with 124 additions and 124 deletions
|
@ -570,7 +570,7 @@ class ThreadJoinOnShutdown(BaseTestCase):
|
|||
# This acquires the lock and then waits until the child has forked
|
||||
# before returning, which will release the lock soon after. If
|
||||
# someone else tries to fix this test case by acquiring this lock
|
||||
# before forking instead of reseting it, the test case will
|
||||
# before forking instead of resetting it, the test case will
|
||||
# deadlock when it shouldn't.
|
||||
condition = w._block
|
||||
orig_acquire = condition.acquire
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue