mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Patch #1580872: Remove duplicate declaration of PyCallable_Check.
Will backport to 2.5.
This commit is contained in:
parent
10168f25ad
commit
98f0d14bd9
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue