-
Notifications
You must be signed in to change notification settings - Fork 59
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
Initial version of #283 #284
base: master
Are you sure you want to change the base?
Conversation
- Implement WeakRef
- Implement WeakRef
This is now up and running and very stable! I'll continue integrating this into pyblish-lite, and later pyblish-qml. Once those are both using these mechanics, it'll be merged and enable others to build custom GUIs and tools that reap the benefits a common base and extensive testing. This could be big! |
Getting this to work in the multithreaded environment which is pyblish-qml shed some light on a few problems that stripped some if not most of the benefit provided by this feature. It's at the back of my head currently, awaiting a moment of eureka. |
Implementation of #283
See
test_engine.py
and pyblish-lite.window.py for examples.