Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 127b8dd

Browse files
committed
Add declaration for PyNumber_CoerceEx().
1 parent 242c642 commit 127b8dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Include/object.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ extern long PyObject_Hash Py_PROTO((PyObject *));
273273
extern int PyObject_IsTrue Py_PROTO((PyObject *));
274274
extern int PyCallable_Check Py_PROTO((PyObject *));
275275
extern int PyNumber_Coerce Py_PROTO((PyObject **, PyObject **));
276+
extern int PyNumber_CoerceEx Py_PROTO((PyObject **, PyObject **));
276277

277278
/* Flag bits for printing: */
278279
#define Py_PRINT_RAW 1 /* No string quotes etc. */

0 commit comments

Comments
 (0)