Patch #1580872: Remove duplicate declaration of PyCallable_Check.
This commit is contained in:
parent
b1a11c54ea
commit
e67b3497c9
|
@ -288,9 +288,10 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
|
|||
|
||||
*/
|
||||
|
||||
/* Declared elsewhere
|
||||
|
||||
PyAPI_FUNC(int) PyCallable_Check(PyObject *o);
|
||||
|
||||
/*
|
||||
Determine if the object, o, is callable. Return 1 if the
|
||||
object is callable and 0 otherwise.
|
||||
|
||||
|
|
Loading…
Reference in New Issue