]> 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>
Fri, 4 Sep 2020 22:55:05 +0000 (15:55 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Sep 2020 22:55:05 +0000 (15:55 -0700)
commit8ed1c177c99f6d27bf9f68ce0728f215205eca69
tree20a5beae9b95cccc4d5869b1f030f02677a5631b
parentfbb9ee0a903fb9b7b4b807f85aed1de754da09e6
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