Staging
v0.8.1
https://github.com/python/cpython
Revision 23793edf0d61aa98478541d0ff8f2b900ff1813d authored by Miss Islington (bot) on 19 January 2020, 22:44:35 UTC, committed by GitHub on 19 January 2020, 22:44:35 UTC

Update Misc/valgrind-python.supp to suppress the false alarm.
(cherry picked from commit d8ef64422a75f40cecdb1a7ee43492607d3daaf6)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent c7b16f8
Raw File
Tip revision: 23793edf0d61aa98478541d0ff8f2b900ff1813d authored by Miss Islington (bot) on 19 January 2020, 22:44:35 UTC
bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
Tip revision: 23793ed
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