Skip to content

Commit 424b4d3

Browse files
committed
Add upstream link for PYOSINPUTHOOK_REPETITIVE.
It's still not closed, but at least we can reference it later.
1 parent 9d9c763 commit 424b4d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/_macosx.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
#include <sys/socket.h>
44
#include <Python.h>
55

6-
#define PYOSINPUTHOOK_REPETITIVE 1 /* Remove this once Python is fixed */
6+
/* Remove this once Python is fixed: https://bugs.python.org/issue23237 */
7+
#define PYOSINPUTHOOK_REPETITIVE 1
78

89
/* Proper way to check for the OS X version we are compiling for, from
910
http://developer.apple.com/documentation/DeveloperTools/Conceptual/cross_development */

0 commit comments

Comments
 (0)