New submission from Alex Gaynor <[email protected]>:

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 <[email protected]>
<https://bugs.pypy.org/issue1625>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to