Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e26318 commit 1bcb7e9Copy full SHA for 1bcb7e9
1 file changed
Include/pyerrors.h
@@ -94,6 +94,8 @@ extern DL_IMPORT(void) PyErr_WriteUnraisable(PyObject *);
94
95
/* Issue a warning or exception */
96
extern DL_IMPORT(int) PyErr_Warn(PyObject *, char *);
97
+extern DL_IMPORT(int) PyErr_WarnExplicit(PyObject *, char *,
98
+ char *, int, char *, PyObject *);
99
100
/* In sigcheck.c or signalmodule.c */
101
extern DL_IMPORT(int) PyErr_CheckSignals(void);
0 commit comments