-
Notifications
You must be signed in to change notification settings - Fork 67
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
Error handling errors in python 3 #245
Comments
hmm.. that was unexpected from python3 |
Actually, on further testing I can't reproduce this in the test suite. I can make it happen from the command line, but not yet in a simple test. This is the issue that made me think it was a py3 change causing the failure at https://bugs.python.org/issue20074
|
What is your python version ? |
Yeah, I'm testing on 3.7 so it's not related. It's a strange one though. From command line I get an error at the |
I do appreciate @jamiebull1 to take care of my problem. |
The behavior of stderr seems to have changed and it is no longer seekable. We need to write some tests for the behaviour of
parse_error
which should have caught this change.The text was updated successfully, but these errors were encountered: