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

Bugfix Tk start_event_loop #19959

Merged
merged 5 commits into from May 2, 2021
Merged

Conversation

richardsheridan
Copy link
Contributor

PR Summary

Closes #19940. With these changes, the example script in that issue no longer has the after related stderr spam. No automated tests because the bug arises in a nested interactive event loop which is not a generally supported situation I think.

PR Checklist

  • [N/A] Has pytest style unit tests (and pytest passes).
  • Is Flake 8 compliant (run flake8 on changed files to check).
  • [N/A] New features are documented, with examples if plot related.
  • [N/A] Documentation is sphinx and numpydoc compliant (the docs should build without error).
  • [N/A] Conforms to Matplotlib style conventions (install flake8-docstrings and run flake8 --docstring-convention=all).
  • [N/A] New features have an entry in doc/users/next_whats_new/ (follow instructions in README.rst there).
  • [N/A] API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there).

@richardsheridan richardsheridan changed the title Tk event loop Bugfix Tk start_event_loop Apr 14, 2021
@QuLogic QuLogic added this to the v3.4.2 milestone Apr 29, 2021
@timhoffm timhoffm merged commit 8fda099 into matplotlib:master May 2, 2021
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request May 2, 2021
timhoffm added a commit that referenced this pull request May 2, 2021
…959-on-v3.4.x

Backport PR #19959 on branch v3.4.x (Bugfix Tk start_event_loop)
@richardsheridan richardsheridan deleted the tk_event_loop branch May 3, 2021 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tkagg event loop throws error on window close
4 participants