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