]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in message from assert statement (GH-21283)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Aug 2020 15:32:11 +0000 (08:32 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Aug 2020 15:32:11 +0000 (08:32 -0700)
commit2bcd0fe7a5d1a3c3dd99e7e067239a514a780402
tree133d0f88ec49672e044711db4de6b746c7a5f986
parent1baa8b14ee23ef3040923f53565c8d1bafd28117
Fix typo in message from assert statement (GH-21283)

The error message was missing space between the action "acquire" and "_wait_semaphore" which is an attribute for instances of Condition.
(cherry picked from commit 99c0ee3c893bb99fd98a97084fc386ce2911eb64)

Co-authored-by: Allen <64019758+aboddie@users.noreply.github.com>
Lib/multiprocessing/synchronize.py