-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI/COMPAT: PyUnicode_FromUnicode is deprecated failure on 3.9 CI #34881
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
Comments
It doesn't seem we are using this method directly ourselves. Might be coming from cython: cython/cython#3678 |
I also get this on 3.8 locally when building C extentions. (Also see the same on a few jobs)
|
moving the 3.9 build for now to allowed failures in #34894 (actually was in there but incorrectly so didn't work) |
It looks like we're using it at https://github.com/pandas-dev/pandas/blob/master/pandas/_libs/parsers.pyx#L28-L29. Edit: Sorry that's PyUnicode_FromString which is not deprecated. |
moved off 1.1.1 milestone (scheduled for this week) as no PRs to fix in the pipeline |
removing milestone |
How do we check if this is resolved? |
Hmm appears that we aren't seeing this on our 3.9 builds in Github Actions anymore. I'm assuming this has been resolved so closing, but we can reopen if this reappears. |
The 3.9-dev build started failing (eg https://travis-ci.org/github/pandas-dev/pandas/jobs/700233890):
See https://docs.python.org/3.9/c-api/unicode.html#c.PyUnicode_FromUnicode
The text was updated successfully, but these errors were encountered: