Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d32e079

Browse filesBrowse files
committed
Add upstream link for PYOSINPUTHOOK_REPETITIVE.
It's still not closed, but at least we can reference it later.
1 parent a186d7d commit d32e079
Copy full SHA for d32e079

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎src/_macosx.m

Copy file name to clipboardExpand all lines: src/_macosx.m
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.