Commit 8bd35b80 authored by Martin v. Löwis's avatar Martin v. Löwis

Patch #1580872: Remove duplicate declaration of PyCallable_Check.

Will backport to 2.5.
parent ac9c1099
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment