Staging
v0.5.1
https://github.com/python/cpython
Revision 8a62887dfb4bb2835048780ad673362f7ee3c7bf authored by Serhiy Storchaka on 06 December 2020, 16:54:33 UTC, committed by GitHub on 06 December 2020, 16:54:33 UTC
It was used to implement now removed asyncio.Task.all_tasks().
1 parent 6a7fb9d
Raw File
Tip revision: 8a62887dfb4bb2835048780ad673362f7ee3c7bf authored by Serhiy Storchaka on 06 December 2020, 16:54:33 UTC
bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664)
Tip revision: 8a62887
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