mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
Add _PyIndex_Check() function to the internal C API: fast inlined verson of PyIndex_Check(). Add Include/internal/pycore_abstract.h header file. Replace PyIndex_Check() with _PyIndex_Check() in C files of Objects and Python subdirectories.
Miscellaneous source files for the main Python shared library