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

feat: use a symbol to store patched listeners #1356

Merged
merged 8 commits into from
Aug 12, 2020

Commits on Jul 27, 2020

  1. feat: use a symbol to store patched listeners

    Use a symbol instead a string property to avoid clashes in case several independent
    instances of AsyncHooksContextManager are present.
    Flarna committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    b106fb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    30b7bba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2705b98 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    452b7e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    677466f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ef54c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    9bba484 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    1d91320 View commit details
    Browse the repository at this point in the history