-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
pandas does not import with cpython master #32766
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
Cool thanks for taking a look! Would welcome any PRs from you or the community |
py39 is scheduled for October, shouldn't this be a higher priority? If Matplotlib were broken on cpython master I would definitely prioritize getting it fixed and backport it as far as I could ... |
"fixed" by python/cpython#19056 / https://bugs.python.org/issue39999 but at least |
@TomAugspurger This should get the py39 label as well. |
Thanks. The necessary work here is to update pandas to not use |
Code Sample, a copy-pastable example if possible
Problem description
It looks like this is due to python/cpython#9605 / https://bugs.python.org/issue34822 and needs to be sorted for py39
The text was updated successfully, but these errors were encountered: