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

Remove unnecessary code paths for 3.9+ (follow up on skeleton changes) #4718

Merged
merged 7 commits into from
Nov 4, 2024

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    442b937 View commit details
    Browse the repository at this point in the history
  2. Remove 'm' SOABI flag that no longer exists in 3.9+

    See https://docs.python.org/3/library/sys.html#sys.abiflags
    
    > Changed in version 3.8: Default flags became an empty string (m flag for pymalloc has been removed).
    abravalheri committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4286e49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ed6ad1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c675810 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bec3ff5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35dec48 View commit details
    Browse the repository at this point in the history
  7. Add news fragments

    abravalheri committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0fe2e06 View commit details
    Browse the repository at this point in the history