mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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.
Miscellaneous source files for the main Python shared library