]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175...
authorZackery Spytz <zspytz@gmail.com>
Thu, 20 Dec 2018 17:38:52 +0000 (10:38 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 20 Dec 2018 17:38:52 +0000 (19:38 +0200)
commitf347c6eb75ca46990cd7ad3efbe02002603d8460
tree744adc5ac41e122e2084d8214cafb4fbc22be2b3
parent3752bc96c0ea1ecf28903cc34cdcd75c658e92ce
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) (GH-11249)

(cherry picked from commit 842acaab1376c5c84fd5966bb6070e289880e1ca)
Lib/ctypes/test/test_strings.py
Lib/sqlite3/test/regression.py
Lib/test/test_io.py
Misc/NEWS.d/next/Core and Builtins/2018-12-15-14-01-45.bpo-35504.JtKczP.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c
Modules/_io/textio.c
Modules/_sqlite/connection.c
Modules/cjkcodecs/multibytecodec.c
Objects/frameobject.c