summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-05-07 04:01:23 (GMT)
committerGitHub <noreply@github.com>2022-05-07 04:01:23 (GMT)
commit4674b315e555828e5cb15bedcf2c495669670cbb (patch)
tree6e8024c47bff12cc18d22b4cf78e51d68f5a17a3 /Misc
parent17f3b5cbfaada66b45422e80c06b0c5f8157a736 (diff)
downloadcpython-4674b315e555828e5cb15bedcf2c495669670cbb.zip
cpython-4674b315e555828e5cb15bedcf2c495669670cbb.tar.gz
cpython-4674b315e555828e5cb15bedcf2c495669670cbb.tar.bz2
[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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-05-01-10-58-38.gh-issue-92112.lLJemu.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-05-01-10-58-38.gh-issue-92112.lLJemu.rst b/Misc/NEWS.d/next/Core and Builtins/2022-05-01-10-58-38.gh-issue-92112.lLJemu.rst
new file mode 100644
index 0000000..00c938e
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-05-01-10-58-38.gh-issue-92112.lLJemu.rst
@@ -0,0 +1 @@
+Fix crash triggered by an evil custom ``mro()`` on a metaclass.