]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Dec 2018 15:10:20 +0000 (07:10 -0800)
committerGitHub <noreply@github.com>
Mon, 17 Dec 2018 15:10:20 +0000 (07:10 -0800)
commitcb272843f2d5dfc4ef996ba952b99a3e30c88bbc
tree01fea7a9e86083677614812e0b85b1c8a29732a1
parentc367d52a74781b2c9ffd9e29722fbdfc0234408c
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)

(cherry picked from commit 842acaab1376c5c84fd5966bb6070e289880e1ca)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
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