]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in message from assert statement (GH-21283)
authorAllen <64019758+aboddie@users.noreply.github.com>
Mon, 17 Aug 2020 13:38:55 +0000 (09:38 -0400)
committerGitHub <noreply@github.com>
Mon, 17 Aug 2020 13:38:55 +0000 (19:08 +0530)
commit99c0ee3c893bb99fd98a97084fc386ce2911eb64
tree9c27741ccf77b5654815e85f855c15a8a0f18c0f
parent1abeda80f760134b4233608e2c288790f955b95a
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.
Lib/multiprocessing/synchronize.py