[pypy-dev] gettrace?

Armin Rigo arigo at tunes.org
Wed Oct 5 22:06:52 CEST 2011


Hi Amaury,

On Wed, Oct 5, 2011 at 21:54, Amaury Forgeot d'Arc <amauryfa at gmail.com> wrote:
>> Is there any other way to do the equivalent of `sys.gettrace` in PyPy?
>
> Hum, it was probably ovelooked.
> Seems trivial to implement, will give a try.

Indeed, sys.gettrace() and sys.getprofile() were added in Python 2.6,
with proper unit tests in test_sys_settrace.py.  We should try to
understand why this test didn't fail so far on PyPy...  Do we run it
at all?  If not, it's kind of bad.


Armin


More information about the pypy-dev mailing list