Staging
v0.5.1
https://github.com/python/cpython
Revision 7795ae8f05a5b1134a576a372f64699176cac5fb authored by Miss Islington (bot) on 16 June 2020, 17:36:59 UTC, committed by GitHub on 16 June 2020, 17:36:59 UTC
(cherry picked from commit 51c5896b6205911d29ac07f167ec7f3cf1cb600d)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent 3cf8094
Raw File
Tip revision: 7795ae8f05a5b1134a576a372f64699176cac5fb authored by Miss Islington (bot) on 16 June 2020, 17:36:59 UTC
bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) (GH-20919)
Tip revision: 7795ae8
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