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

MAINT: Python 3.12 cleanups part 2 #4301

Merged

Commits on Sep 24, 2023

  1. MAINT: Python 3.12 cleanups part 2

    * `PyUnicode_GetSize` has been deprecated since CPython 3.3,
    and is now gone in 3.12, so replace it with the suggestion
    from the official docs, `PyUnicode_GET_LENGTH`; this seems
    to fix 9 more failures with `3.12.0rc3` locally while still
    passing with `3.11.x`
    
    * while I'm in the `transformations` neighborhood, get
    rid of the Python 2.x shims peppered all over the place--we're
    long past supporting that
    
    [skip cirrus]
    tylerjereddy committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    9b60378 View commit details
    Browse the repository at this point in the history