mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Remove PyRange_New().
This commit is contained in:
parent
f9245578c9
commit
665174834a
3 changed files with 2 additions and 47 deletions
|
@ -22,8 +22,6 @@ PyAPI_DATA(PyTypeObject) PyRange_Type;
|
|||
|
||||
#define PyRange_Check(op) ((op)->ob_type == &PyRange_Type)
|
||||
|
||||
PyAPI_FUNC(PyObject *) PyRange_New(long, long, long, int);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue