bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
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.
V
Victor Stinner committed
a15e260b708a98edaba86a2aa663c3f6b2abc964
Parent: 45ec5b9
Committed by GitHub <noreply@github.com>
on 4/8/2020, 12:01:56 AM