gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
This speeds up `super()` (by around 85%, for a simple one-level `super().meth()` microbenchmark) by avoiding allocation of a new single-use `super()` object on each use.
C
Carl Meyer committed
0dc8b50d33208e9ca4fc3d959c6798529731f020
Parent: 22bed58
Committed by GitHub <noreply@github.com>
on 4/24/2023, 10:22:14 PM