mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
remove tab (closes #21587)
This commit is contained in:
parent
419f1fa9bc
commit
1a2cf9aba7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ PyAPI_DATA(PyTypeObject) PyListRevIter_Type;
|
|||
PyAPI_DATA(PyTypeObject) PySortWrapper_Type;
|
||||
|
||||
#define PyList_Check(op) \
|
||||
PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
|
||||
PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_LIST_SUBCLASS)
|
||||
#define PyList_CheckExact(op) (Py_TYPE(op) == &PyList_Type)
|
||||
|
||||
PyAPI_FUNC(PyObject *) PyList_New(Py_ssize_t size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue