]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97591: In `Exception.__setstate__()` acquire strong references before calling...
authorOfey Chan <ofey206@gmail.com>
Sun, 2 Oct 2022 03:57:17 +0000 (11:57 +0800)
committerGitHub <noreply@github.com>
Sun, 2 Oct 2022 03:57:17 +0000 (20:57 -0700)
commitd63943860974f232b5f027dc6535d25d1b4d8fc0
tree34ba0432e98431c890451f323cd79ecea5e2dc5b
parent8baef8ae367041a5cfefb40b19c7b87e9bcb56a2
gh-97591: In `Exception.__setstate__()` acquire strong references before calling `tp_hash` slot (#97700)
Lib/test/test_baseexception.py
Misc/NEWS.d/next/Core and Builtins/2022-10-01-08-55-09.gh-issue-97591.pw6kkH.rst [new file with mode: 0644]
Objects/exceptions.c