Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b5096e

Browse files
committed
Comment out PYOSINPUTHOOK_REPETITIVE
1 parent abbd115 commit 4b5096e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/_macosx.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
#include <sys/socket.h>
44
#include <Python.h>
55

6+
#ifndef PYPY
67
/* Remove this once Python is fixed: https://bugs.python.org/issue23237 */
78
#define PYOSINPUTHOOK_REPETITIVE 1
9+
#endif
810

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

0 commit comments

Comments
 (0)