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

Make creating RequestInfo backwards compatible with 3.10 #9873

Merged
merged 6 commits into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. Make creating RequestInfo backwards compatible with 3.10

    It was unexpected that this object was being created directly
    outside of aiohttp internals. While it looks like its only
    used for mocking downstream, we can accomodate that by subclassing
    the NamedTuple and providing a `__new__` while keeping the faster
    `tuple.__new__` internally.
    
    fixes #9866
    bdraco committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1efc603 View commit details
    Browse the repository at this point in the history
  2. comments

    bdraco committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1fa57a4 View commit details
    Browse the repository at this point in the history
  3. comments

    bdraco committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1bd21bc View commit details
    Browse the repository at this point in the history
  4. changelog

    bdraco committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    384a381 View commit details
    Browse the repository at this point in the history
  5. lint

    bdraco committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    be45ddb View commit details
    Browse the repository at this point in the history
  6. lint

    bdraco committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ac78cb1 View commit details
    Browse the repository at this point in the history