Staging
v0.8.1
https://github.com/python/cpython
Revision 7b7a21bc4fd063b26a2d1882fddc458861497812 authored by Lysandros Nikolaou on 18 May 2020, 17:32:03 UTC, committed by GitHub on 18 May 2020, 17:32:03 UTC
Fix segfaults when parsing very complex invalid input, like `import äˆ ð£„¯ð¢·žð±‹á”€ð””ð‘©±å®ä±¬ð©¾\n𗶽`.

Co-authored-by: Guido van Rossum <guido@python.org>
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
1 parent 08b47c3
Raw File
Tip revision: 7b7a21bc4fd063b26a2d1882fddc458861497812 authored by Lysandros Nikolaou on 18 May 2020, 17:32:03 UTC
bpo-40661: Fix segfault when parsing invalid input (GH-20165)
Tip revision: 7b7a21b
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