mirror of
https://github.com/python/cpython.git
synced 2026-06-27 21:33:21 -04:00
01dea5f12b
This allows e.g. methods to be called efficiently by providing space for a "self" argument; see PY_VECTORCALL_ARGUMENTS_OFFSET docs.