]> granicus.if.org Git - python/commitdiff
Patch #1580872: Remove duplicate declaration of PyCallable_Check.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 22 Oct 2006 10:46:18 +0000 (10:46 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 22 Oct 2006 10:46:18 +0000 (10:46 +0000)
Will backport to 2.5.

Include/abstract.h

index 9b0b3f0b1860e92c897212753b23563cfd826281..14510c6ab7dfe08b680fa778045a4afbb821a610 100644 (file)
@@ -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.