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

Fixed vendorised copies of Qt.py clashing #355

Merged
merged 2 commits into from
Jan 24, 2021

Conversation

AWhetter
Copy link
Contributor

We are using a tool that vendorises Qt.py (https://github.com/krathjen/studiolibrary). But two copies of Qt.py currently write to the same location in sys.modules, meaning that they can clash with each other.
This change follows other usage of sys.modules in Qt.py and writes to the module location of the current instance of Qt.py, rather than to the global location.

@CLAassistant
Copy link

CLAassistant commented Jan 23, 2021

CLA assistant check
All committers have signed the CLA.

@mottosso
Copy link
Owner

Nice catch, this looks solid. Thanks @AWhetter.

@mottosso mottosso merged commit 64e8162 into mottosso:master Jan 24, 2021
@AWhetter AWhetter deleted the fix_vendorising branch January 24, 2021 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants