]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH...
authorXiang Zhang <angwerzx@126.com>
Wed, 31 Oct 2018 11:49:16 +0000 (19:49 +0800)
committerGitHub <noreply@github.com>
Wed, 31 Oct 2018 11:49:16 +0000 (19:49 +0800)
commitb08746bfdf64e55ce33516f2065fa2aa4f51be95
tree2db76a41e51aea8b2af9f3ee05b0a94cf16e046d
parent511747bec3aca4ad7930005e3adece9196c1cd39
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217)

_io.IncrementalNewlineDecoder's initializer possibly assigns out-of-range
value to the bitwise struct field.
Lib/test/test_io.py
Misc/NEWS.d/next/Library/2018-10-29-23-09-24.bpo-35062.dQS1ng.rst [new file with mode: 0644]
Modules/_io/textio.c