Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Run setupext qt checks in a subprocess rather than with multiprocessing.#10886
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Can you also remove the Bit surprised that you can import both pyqt and pyside in one process. |
#10885 needs to be merged too before removing multiprocessing (or I can rebase the later of the two PRs). |
This will basically become obsolete once#11600 or a variant thereof gets merged (we won't be checking for the GUI toolkits during the build at all anymore). |
Obsoleted by#11962. |
PR Summary
(yes, having code as strings is a bit ugly, but less that having multiprocessing in setup.py...)
PR Checklist