Re: [pypy-dev] debugging extension segfault

2015-11-24 Thread Robin Becker
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

[pypy-dev] debugging extension segfault

2015-11-23 Thread Robin Becker
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

Re: [pypy-dev] PyPy 15.11 release is imminent

2015-10-19 Thread Robin Becker
? -- Robin Becker ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev