]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (GH-92372)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 16 May 2022 16:47:35 +0000 (09:47 -0700)
committerGitHub <noreply@github.com>
Mon, 16 May 2022 16:47:35 +0000 (18:47 +0200)
commitf82b32410ba220165eab7b8d6dcc61a09744512c
tree824253b9d10b5cfddea2e62330e5ccc3e0432888
parent518b2389673833887b26a8474eeb9530d17e2b8d
[3.9] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (GH-92372)

(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