]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100288: Skip extra work when failing to specialize LOAD_ATTR (GH-101354)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 31 Jan 2023 21:28:32 +0000 (13:28 -0800)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 21:28:32 +0000 (13:28 -0800)
commit76efcb40930d1584e8706f015d0e5475fb16acb5
tree512ffd64452a019f961969225906fdc6206faae4
parent2753cf2ed6eb329bdc34b8f67228801182b82160
GH-100288: Skip extra work when failing to specialize LOAD_ATTR (GH-101354)
Python/specialize.c