the test that fails is just trying to check doctests.
.
A bit of googling tells me I should be using platform.python_implementation() to
check for pypy.
--
Robin Becker
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev
th.splitext(obj.__code__.co_filename)[0]==modBn:
AttributeError: 'builtin-code' object has no attribute 'co_filename'
but it's not clear to me if it's even possible to get the filename.
Lastly what is the right way to get the
?
--
Robin Becker
___
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev