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

Add some nest_asyncio insurance #823

Closed
wants to merge 4 commits into from
Closed

Commits on Sep 1, 2022

  1. Add some nest_asyncio insurance

    This does not guarantee a convenient patch time, but has a much higher chance of hitting the right timing. It also only applies the patch if a sync class is actually instantiated, and has minimal overhead for async classes.
    
    A rather blunt instrument, but also rather hard to solve generically without putting weird restrictions on consumers of jupyter-client.
    vidartf committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ae4da17 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and vidartf committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    c61ec3c View commit details
    Browse the repository at this point in the history
  3. typings fix

    vidartf committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    6ad722b View commit details
    Browse the repository at this point in the history
  4. More type tweaking

    vidartf committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    fe41563 View commit details
    Browse the repository at this point in the history