]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92112: Fix crash triggered by an evil custom `mro()` (#92113)
authorAlexey Izbyshev <izbyshev@ispras.ru>
Fri, 6 May 2022 04:01:15 +0000 (07:01 +0300)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 04:01:15 +0000 (21:01 -0700)
commit85354ed78c0edb6d81a2bd53cabc85e547b8b26e
tree244e74e1f2aa63be2ffc02acf07f86268163fa68
parentadcb6a6055c7fe6e02621f66945be237b42e945a
gh-92112: Fix crash triggered by an evil custom `mro()` (#92113)
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