Thanks to visit codestin.com Credit goes to github.com
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 921d4f4 commit 5d0be58Copy full SHA for 5d0be58
doc/users/next_whats_new/2018-10-26-DM.rst
@@ -0,0 +1,5 @@
1
+Added support for MacOSX backend for PyPy
2
+-----------------------------------------
3
+
4
+Fixed issue with MacOSX backend for PyPy and also for non-framework Python
5
+installations.
src/_macosx.m
@@ -2586,6 +2586,7 @@ static bool verify_framework(void)
2586
have started */
2587
#ifdef COMPILING_FOR_10_6
2588
NSApp = [NSApplication sharedApplication];
2589
+ [NSApp setActivationPolicy:NSApplicationActivationPolicyRegular];
2590
NSApplicationActivationPolicy activationPolicy = [NSApp activationPolicy];
2591
switch (activationPolicy) {
2592
case NSApplicationActivationPolicyRegular:
0 commit comments