Staging
v0.5.1
https://github.com/python/cpython
Revision 8ed1c177c99f6d27bf9f68ce0728f215205eca69 authored by Miss Islington (bot) on 04 September 2020, 22:55:05 UTC, committed by GitHub on 04 September 2020, 22:55:05 UTC

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>
1 parent fbb9ee0
Raw File
Tip revision: 8ed1c177c99f6d27bf9f68ce0728f215205eca69 authored by Miss Islington (bot) on 04 September 2020, 22:55:05 UTC
Fix typo in message from assert statement (GH-21283)
Tip revision: 8ed1c17
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top