[pypy-issue] [issue1625] sys.settrace leads to tons of aborts

Alex Gaynor tracker at bugs.pypy.org
Wed Oct 23 04:36:17 CEST 2013


New submission from Alex Gaynor <alex.gaynor at gmail.com>:

The following program has many abort: vable escape, and I can't figure out where 
it escapes


import sys


def f():
    pass

def main():
    for i in xrange(10000):
        f()

sys.settrace(lambda *args, **kwargs: None)
main()

----------
messages: 6280
nosy: agaynor, pypy-issue
priority: performance bug
status: unread
title: sys.settrace leads to tons of aborts

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1625>
________________________________________


More information about the pypy-issue mailing list