-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Crash under PyPy 7.0.0 #780
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
Has this been filed against PyPy as well? This seems like divergent behavior which could be fixed there. |
Good idea, I reported it there and they were able to reproduce the issue. |
So the problematic call looks like |
Is this still a crasher? |
It just crashed for me, so I guess it is. On PyPy 7.1.1 (on Ubuntu 16.04, |
I had a go testing Black with And there's an error installing one of Black's dependencies:
https://travis-ci.org/hugovk/black/jobs/567758215#L251 Unfortunately Typed AST doesn't support PyPy3. From Guido:
|
These kinds of problems ( Now, the blocker for PyPy is the new |
Sounds like the original issue has been fixed in PyPy. #727 can track PyPy support in general. |
Uh oh!
There was an error while loading. Please reload this page.
black v19.3v0, running on PyPy
Python 3.6.1 (dab365a46514, Feb 05 2019, 18:05:11)
[PyPy 7.0.0-alpha0 with GCC 4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.11.45.5)]
error: cannot format x.py: 'PosixPath' does not support the buffer interface
The file appears to have been reformatted anyway.
PyPy 7.1 has the same issue.
The text was updated successfully, but these errors were encountered: