-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
macosx backend won't load #11846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In
This block is present both in 2.2.3 and in 3.0.0rc1. Can you printf the value of |
printing as a %d, In Sorry, I have no idea what |
I think UPDATE: Yep - if I move |
Just jotting down some notes:
|
That all sounds correct. I think the check should go into lazy_init, but lazy_init needs to return something in failure and the higher functions need to bail on failure so the python interpreter can throw the error. I wasn’t familiar enough with the c++ to get that to happen. |
Also, does it work if you switch back to using the osx<10.6 #ifdef? |
Yep, that works fine - if I remove the ifdefs and just have:
and if I'm using |
Feel free to ping me in pull requests if anyone wants someone with a mac to test stuff. |
Uh oh!
There was an error while loading. Please reload this page.
Bug report
#11600 (3479481) appears to have broken the macosx backend.
No error on the previous commit (f4ae5d1). #11600 had a bunch of changes in the
_src/macosx.h
....The text was updated successfully, but these errors were encountered: