-
Notifications
You must be signed in to change notification settings - Fork 274
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
repr(six.moves) throws an AttributeError for cpython 3.12 #376
Comments
Looks like the cause is CPython's python/cpython@bd221c0, which expects the spec to have the Not sure if the right fix would be there or adding a |
looks to me like this should be fixed in cpython. It should also be a problem for any importer, or is there a reason why they should have a _path attribute? |
Did anyone file a CPython bug? |
I did not. but I am having trouble making a repro without six. I would be nice if someone else could submit a bug report. |
I was running into this issue on 3.12.0 but it looks like this has been fixed on 3.12.1: python/cpython#112414. |
output (Python 3.12.0rc3+):
The text was updated successfully, but these errors were encountered: