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

Skip to content

Commit 5990592

Browse files
committed
added decl for PyComplex_AsCComplex
1 parent 3d1f095 commit 5990592

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Include/complexobject.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ extern PyObject *PyComplex_FromDoubles Py_PROTO((double real, double imag));
4242

4343
extern double PyComplex_RealAsDouble Py_PROTO((PyObject *op));
4444
extern double PyComplex_ImagAsDouble Py_PROTO((PyObject *op));
45+
extern complex PyComplex_AsCComplex Py_PROTO((PyObject *op));
4546

4647
#ifdef __cplusplus
4748
}

0 commit comments

Comments
 (0)