mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Patch #1580872: Remove duplicate declaration of PyCallable_Check.
This commit is contained in:
parent
b1a11c54ea
commit
e67b3497c9
1 changed files with 2 additions and 1 deletions
|
@ -288,9 +288,10 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* Declared elsewhere
|
||||||
|
|
||||||
PyAPI_FUNC(int) PyCallable_Check(PyObject *o);
|
PyAPI_FUNC(int) PyCallable_Check(PyObject *o);
|
||||||
|
|
||||||
/*
|
|
||||||
Determine if the object, o, is callable. Return 1 if the
|
Determine if the object, o, is callable. Return 1 if the
|
||||||
object is callable and 0 otherwise.
|
object is callable and 0 otherwise.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue