]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93911: Fix `LOAD_ATTR_PROPERTY` caches (GH-96519)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 6 Sep 2022 11:11:38 +0000 (04:11 -0700)
committerGitHub <noreply@github.com>
Tue, 6 Sep 2022 11:11:38 +0000 (12:11 +0100)
commitcd0ff9bd14d6a60e841d10f8415827db556ae622
tree44b5add368d946a354d4c79b90c3026e5a8c553f
parentf177f6f29b069f522a0b3ba44eaae19852b6d2b0
GH-93911: Fix `LOAD_ATTR_PROPERTY` caches (GH-96519)
Misc/NEWS.d/next/Core and Builtins/2022-09-02-16-47-52.gh-issue-93911.vF-GWe.rst [new file with mode: 0644]
Python/specialize.c