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

Patch packaging to support PEP 703 (--disable-gil) #12635

Closed
wants to merge 4 commits into from

Commits on Apr 17, 2024

  1. Patch packaging to support PEP 703 (--disable-gil)

    This applies pypa/packaging#728 as a stopgap
    measure to support the free-threaded builds of CPython. That PR is
    already merged upstream, but a full upgrade of the packaging library is
    more complicated due to removal of legacy versions and version
    specifiers.
    
    Closes pypa#12634
    colesbury committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    95d1632 View commit details
    Browse the repository at this point in the history
  2. Add news entry

    colesbury committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    da5988e View commit details
    Browse the repository at this point in the history
  3. Add newline

    colesbury committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    25e62ba View commit details
    Browse the repository at this point in the history
  4. Use vendoring patch

    colesbury committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    32d201f View commit details
    Browse the repository at this point in the history