]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-118093: Handle some polymorphism before requiring progress in tier two (GH-122843)
authorBrandt Bucher <brandtbucher@microsoft.com>
Mon, 12 Aug 2024 19:39:31 +0000 (12:39 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Aug 2024 19:39:31 +0000 (12:39 -0700)
commit9621a7d0170bf1ec48bcfc35825007cdf75265ea
tree354b055c106043806da2b10b9cf144aa98ded0de
parent503af8fe9a93ea6bc5bdfc76eb56b106a47c7292
GH-118093: Handle some polymorphism before requiring progress in tier two (GH-122843)
Include/internal/pycore_optimizer.h
Misc/NEWS.d/next/Core_and_Builtins/2024-08-08-16-02-28.gh-issue-118093.m6Mrvy.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer.c