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.
2 parents 9cb7bd2 + 3cbdaa3 commit c51bafbCopy full SHA for c51bafb
1 file changed
Modules/_ctypes/callproc.c
@@ -817,11 +817,11 @@ static int _call_function_pointer(int flags,
817
space[0] = errno;
818
errno = temp;
819
}
820
- Py_XDECREF(error_object);
821
#ifdef WITH_THREAD
822
if ((flags & FUNCFLAG_PYTHONAPI) == 0)
823
Py_BLOCK_THREADS
824
#endif
+ Py_XDECREF(error_object);
825
#ifdef MS_WIN32
826
#ifndef DONT_USE_SEH
827
if (dwExceptionCode) {
0 commit comments