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 fa24348 commit 2bea21bCopy full SHA for 2bea21b
1 file changed
src/_tkagg.cpp
@@ -24,6 +24,9 @@
24
* also.
25
*/
26
#define WIN32_DLL
27
+static inline PyObject *PyErr_SetFromWindowsErr(int ierr) {
28
+ return PyErr_SetString(PyExc_OSError, "Call to EnumProcessModules failed");
29
+}
30
#endif
31
32
#ifdef WIN32_DLL
0 commit comments