]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (#92370)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 7 May 2022 04:01:23 +0000 (21:01 -0700)
committerGitHub <noreply@github.com>
Sat, 7 May 2022 04:01:23 +0000 (21:01 -0700)
commit4674b315e555828e5cb15bedcf2c495669670cbb
tree6e8024c47bff12cc18d22b4cf78e51d68f5a17a3
parent17f3b5cbfaada66b45422e80c06b0c5f8157a736
[3.10] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (#92370)

(cherry picked from commit 85354ed78c0edb6d81a2bd53cabc85e547b8b26e)

Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
Lib/test/test_descr.py
Misc/NEWS.d/next/Core and Builtins/2022-05-01-10-58-38.gh-issue-92112.lLJemu.rst [new file with mode: 0644]
Objects/typeobject.c