Skip to content
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

Support for Python global interpreter lock #67

Open
patmarion opened this issue Oct 4, 2019 · 2 comments
Open

Support for Python global interpreter lock #67

patmarion opened this issue Oct 4, 2019 · 2 comments

Comments

@patmarion
Copy link
Member

Hi, I've found that it's possible to mix PythonQt code with PyQt code but you can get crashes due to the python global interpreter lock. A patch like this seems to resolve the issue:

patmarion@4abd4df

Has anyone done something similar?

@jcfr
Copy link
Member

jcfr commented Oct 4, 2019

Thanks for the info. I haven't.

Should we propose this as patch to upstream pythonqt ? See https://github.com/MeVisLab/pythonqt

@pieper
Copy link
Member

pieper commented Oct 4, 2019

Are you sure this is enough so that you can really use both PythonQt and PyQt in the same session? Do they end up being two complementary ways to talk to the same Qt objects?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants