SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72150 0 56 Python

bpo-44337: Improve LOAD_ATTR specialization (GH-26759)

* Specialize obj.__class__ with LOAD_ATTR_SLOT

* Specialize instance attribute lookup with attribute on class, provided attribute on class is not an overriding descriptor.

* Add stat for how many times the unquickened instruction has executed.
M
Mark Shannon committed
fb68791a26e157ed3cdeb409c8d8b6cddc7535bd
Parent: 82e5c28
Committed by GitHub <noreply@github.com> on 6/21/2021, 10:49:21 AM