https://github.com/python/cpython
Revision 71b6c1af727fbe13525fb734568057d78cea33f3 authored by Miss Islington (bot) on 31 October 2018, 12:36:20 UTC, committed by GitHub on 31 October 2018, 12:36:20 UTC

_io.IncrementalNewlineDecoder's initializer possibly assigns out-of-range
value to the bitwise struct field.
(cherry picked from commit b08746bfdf64e55ce33516f2065fa2aa4f51be95)

Co-authored-by: Xiang Zhang <angwerzx@126.com>
1 parent da15389
Raw File
Tip revision: 71b6c1af727fbe13525fb734568057d78cea33f3 authored by Miss Islington (bot) on 31 October 2018, 12:36:20 UTC
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217)
Tip revision: 71b6c1a
CODE_OF_CONDUCT.rst
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 infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general this means everyone is expected to be open, considerate, and
respectful of others no matter what their position is within the project.

back to top