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

gh-106664: selectors: add get method to _SelectorMapping #106665

Merged
merged 8 commits into from
Jul 13, 2023

Commits on Jul 12, 2023

  1. Reduce overhead to add new selectors

    Avoids raising and catching KeyError twice
    bdraco committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e5a8848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    206dd38 View commit details
    Browse the repository at this point in the history
  3. direct get coverage

    bdraco committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    005ae06 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/selectors_add_reader_perf' into …

    …selectors_add_reader_perf
    bdraco committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b6bacd3 View commit details
    Browse the repository at this point in the history
  5. fix test order

    bdraco committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    820cb8e View commit details
    Browse the repository at this point in the history
  6. Update Lib/selectors.py

    Co-authored-by: Inada Naoki <songofacandy@gmail.com>
    bdraco and methane committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5d21584 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0b59e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

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