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 abbd115 commit 4b5096eCopy full SHA for 4b5096e
src/_macosx.m
@@ -3,8 +3,10 @@
3
#include <sys/socket.h>
4
#include <Python.h>
5
6
+#ifndef PYPY
7
/* Remove this once Python is fixed: https://bugs.python.org/issue23237 */
8
#define PYOSINPUTHOOK_REPETITIVE 1
9
+#endif
10
11
/* Proper way to check for the OS X version we are compiling for, from
12
http://developer.apple.com/documentation/DeveloperTools/Conceptual/cross_development */
0 commit comments