-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
ExceptionsTest.test_alternating_file_names fails on pypy3 #315
Comments
FWICS the traceback for PyPy3 is:
while for CPython 3.6 it is:
i.e. PyPy3 intersperses the fancy output twice with:
|
this is a very old test but it does need to assert some way of seeing that the stack trace is correct. I can accept PRs that attempt to refine its approach of asserting this. |
To be honest, I'm not even sure if it isn't a bug in PyPy3. Are you suggesting accepting this output? |
I'm not sure either but it looks like functools is in pure Python in pypy, which makes sense, im not really sure what the Mako templates are doing involving that, I'd assume its functools.partial() and perhaps in cPython this doesn't put itself into stack traces, not really sure. i don't maintain Mako at this level right now. |
When running mako's tests with pypy3, I get one failure:
The text was updated successfully, but these errors were encountered: