]> 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>
Mon, 17 Dec 2018 14:52:45 +0000 (07:52 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 17 Dec 2018 14:52:45 +0000 (16:52 +0200)
commit842acaab1376c5c84fd5966bb6070e289880e1ca
treef21283245b7e349d05482b89fde8d570b33c53ab
parent4db62e115891425db2a974142a72d8eaaf95eecb
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
15 files changed:
Lib/ctypes/test/test_strings.py
Lib/sqlite3/test/regression.py
Lib/test/multibytecodec_support.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_frame.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/_asynciomodule.c
Modules/_ctypes/_ctypes.c
Modules/_io/textio.c
Modules/_sqlite/connection.c
Modules/_ssl.c
Modules/cjkcodecs/multibytecodec.c
Objects/frameobject.c