Kaydet (Commit) e67b3497 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Patch #1580872: Remove duplicate declaration of PyCallable_Check.

üst b1a11c54
......@@ -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