Staging
v0.8.1
https://github.com/python/cpython
Revision 4112a3da2e01ecc19e9f54b8ac7b383b6f5e85c8 authored by Andrew Svetlov on 07 January 2020, 14:55:19 UTC, committed by GitHub on 07 January 2020, 14:55:19 UTC
https://bugs.python.org/issue39191.
(cherry picked from commit 10ac0cded26d91c3468e5e5a87cecad7fc0bcebd)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
1 parent a6b3758
Raw File
Tip revision: 4112a3da2e01ecc19e9f54b8ac7b383b6f5e85c8 authored by Andrew Svetlov on 07 January 2020, 14:55:19 UTC
[3.8] bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863) (#17894)
Tip revision: 4112a3d
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