]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015...
authorZackery Spytz <zspytz@gmail.com>
Fri, 7 Dec 2018 12:17:43 +0000 (05:17 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Dec 2018 12:17:43 +0000 (14:17 +0200)
commit602d307ac5e8a2da38a193dca3bdfef5994dfe67
tree8e876e0142683a7564a391dc6396bc6d33f08639
parent2db190bb356d00422087e1286637887efb8d97c5
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020)

(cherry picked from commit 4c49da0cb7434c676d70b9ccf38aca82ac0d64a9)
16 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/_abc.c
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
PC/launcher.c
Parser/myreadline.c
Parser/tokenizer.c
Python/ast.c
Python/marshal.c
Python/pystrtod.c