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

fix %gui asyncio with tornado 5 #296

Merged
merged 3 commits into from
Jan 16, 2018
Merged

fix %gui asyncio with tornado 5 #296

merged 3 commits into from
Jan 16, 2018

Commits on Jan 16, 2018

  1. unpin tornado

    minrk committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    dc54a6e View commit details
    Browse the repository at this point in the history
  2. only enter eventloop when there is one

    rather than calling enter_eventloop again when the eventloop is disabled (eventloop = None)
    minrk committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    1bb6a1f View commit details
    Browse the repository at this point in the history
  3. run pre/post handler hooks around eventloop dispatch

    ensures signal handlers are properly restored after exiting eventloop
    minrk committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    f5d5ffc View commit details
    Browse the repository at this point in the history