We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9c763 commit 424b4d3Copy full SHA for 424b4d3
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