-
Notifications
You must be signed in to change notification settings - Fork 661
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: Python 3.12 cleanups part 2 (#4301)
* `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]
- Loading branch information
1 parent
8c41dc8
commit 8e9d19b
Showing
1 changed file
with
1 addition
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters