cpython/Objects
Victor Stinner a15e260b70
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.
2020-04-08 02:01:56 +02:00
..
clinic
stringlib
abstract.c bpo-40170: Add _PyIndex_Check() internal function (GH-19426) 2020-04-08 02:01:56 +02:00
accu.c
boolobject.c
bytearrayobject.c bpo-40170: Add _PyIndex_Check() internal function (GH-19426) 2020-04-08 02:01:56 +02:00
bytes_methods.c bpo-40170: Add _PyIndex_Check() internal function (GH-19426) 2020-04-08 02:01:56 +02:00
bytesobject.c bpo-40170: Add _PyIndex_Check() internal function (GH-19426) 2020-04-08 02:01:56 +02:00
call.c bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) 2020-03-25 19:27:36 +01:00
capsule.c bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) 2020-04-08 00:38:15 +02:00
cellobject.c
classobject.c
codeobject.c bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) 2020-04-08 00:38:15 +02:00
complexobject.c
descrobject.c bpo-39481: Implementation for PEP 585 (#18239) 2020-04-07 09:50:06 -07:00
dict-common.h
dictnotes.txt
dictobject.c bpo-39481: Implementation for PEP 585 (#18239) 2020-04-07 09:50:06 -07:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) 2020-03-25 19:27:36 +01:00
funcobject.c
genericaliasobject.c bpo-39481: Implementation for PEP 585 (#18239) 2020-04-07 09:50:06 -07:00
genobject.c
interpreteridobject.c bpo-40170: Add _PyIndex_Check() internal function (GH-19426) 2020-04-08 02:01:56 +02:00
iterobject.c
listobject.c bpo-40170: Add _PyIndex_Check() internal function (GH-19426) 2020-04-08 02:01:56 +02:00
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c bpo-40170: Add _PyIndex_Check() internal function (GH-19426) 2020-04-08 02:01:56 +02:00
methodobject.c
moduleobject.c bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738) 2020-03-17 18:09:46 +01:00
namespaceobject.c
object.c bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378) 2020-04-08 01:42:27 +02:00
obmalloc.c bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) 2020-03-25 19:27:36 +01:00
odictobject.c
picklebufobject.c
rangeobject.c bpo-40170: Add _PyIndex_Check() internal function (GH-19426) 2020-04-08 02:01:56 +02:00
README
setobject.c bpo-39481: Implementation for PEP 585 (#18239) 2020-04-07 09:50:06 -07:00
sliceobject.c bpo-40170: Add _PyIndex_Check() internal function (GH-19426) 2020-04-08 02:01:56 +02:00
structseq.c
tupleobject.c bpo-40170: Add _PyIndex_Check() internal function (GH-19426) 2020-04-08 02:01:56 +02:00
typeobject.c bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378) 2020-04-08 01:42:27 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c bpo-40170: Add _PyIndex_Check() internal function (GH-19426) 2020-04-08 02:01:56 +02:00
unicodetype_db.h
weakrefobject.c bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377) 2020-04-06 14:07:02 +02:00

Source files for various builtin objects