]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-99886: Fix crash when freeing objects with managed dictionaries (#99902)
authorKen Jin <kenjin@python.org>
Sun, 4 Dec 2022 06:41:23 +0000 (14:41 +0800)
committerGitHub <noreply@github.com>
Sun, 4 Dec 2022 06:41:23 +0000 (14:41 +0800)
commit9e38553132bf7c6fc13e9f268a54ac6533e6ad41
treee81116d0ff0bf7004eacc4f8c5de94e8e065fdfb
parent27218d07996967cff1b997f83b7ccc58bd4940b9
[3.11] gh-99886: Fix crash when freeing objects with managed dictionaries (#99902)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Lib/test/test_sqlite3/test_regression.py
Misc/NEWS.d/next/Core and Builtins/2022-11-30-15-29-08.gh-issue-99886.feJkSv.rst [new file with mode: 0644]
Objects/dictobject.c