-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[gui] [ipython] Add GUI.__del__ to close on variable dereference #1869
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1869 +/- ##
==========================================
+ Coverage 44.21% 44.29% +0.08%
==========================================
Files 44 44
Lines 6111 6113 +2
Branches 1092 1092
==========================================
+ Hits 2702 2708 +6
+ Misses 3240 3236 -4
Partials 169 169
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These code looks great to me.
More optional:
It's better to simply test on windows and Jupyter to confirm here is no any other things changes.
Would u mind me delaying these tests for a few days ? Cause I 'm staying outside these days and without related environment : )
…nto gui-del-close
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM.
Related issue = #
[Click here for the format server]
Otherwise window doesn't get closed after the script execution in sth like Jupyter or Blender (TODO: confirm if this work)