-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: be more forgiving about expecting internal state in draw_idle #15206
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
FIX: be more forgiving about expecting internal state in draw_idle #15206
Conversation
Avoid race conditions with re-initing a new Qt5Agg canvas when: - in interactive mode - in plain python prompt - creating a second Qt5Agg canvas for an existing figure closes matplotlib#15205
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
…internal state in draw_idle Merge pull request matplotlib#15206 from tacaswell/fix_python_ion_second_qtcanvas_init FIX: be more forgiving about expecting internal state in draw_idle Conflicts: lib/matplotlib/tests/test_backend_qt.py - two tests were added on master, only kept the relevant one
…internal state in draw_idle Merge pull request matplotlib#15206 from tacaswell/fix_python_ion_second_qtcanvas_init FIX: be more forgiving about expecting internal state in draw_idle Conflicts: lib/matplotlib/tests/test_backend_qt.py - no tests on this branch, did not backport test
…-v3.1.x Backport PR #15206: FIX: be more forgiving about expecting internal s…
…-v2.2.x Backport PR #15206: FIX: be more forgiving about expecting internal s…
Since 3.2.0 is about to be released, we can skip backporting to 3.1.x. |
Avoid race conditions with re-initing a new Qt5Agg canvas when:
closes #15205
PR Summary
PR Checklist