]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015...
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Dec 2018 16:09:23 +0000 (18:09 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Dec 2018 16:09:23 +0000 (18:09 +0200)
commit2d6bc25dbc3dc5662f13917eb759f92842bf6de6
treed1dde41b6c7e9c5dafa95703bd4f0a4ab6b2bfb7
parent19f6e83bf03b3ce22300638906bd90dd2dd5c463
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) (GH-11026)

(cherry picked from commit 4c49da0cb7434c676d70b9ccf38aca82ac0d64a9)
(cherry picked from commit 602d307ac5e8a2da38a193dca3bdfef5994dfe67)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
14 files changed:
Misc/NEWS.d/next/Core and Builtins/2018-12-07-02-38-01.bpo-35436.0VW7p9.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callbacks.c
Modules/_io/winconsoleio.c
Modules/_multiprocessing/semaphore.c
Modules/_ssl.c
Modules/posixmodule.c
Objects/capsule.c
PC/getpathp.c
Parser/myreadline.c
Parser/tokenizer.c
Python/ast.c
Python/marshal.c
Python/pystrtod.c