[issue16672] improve tracing performances when f_trace is NULL

Xavier de Gaye report at bugs.python.org
Wed Jan 23 14:49:04 CET 2013


Xavier de Gaye added the comment:

It is not possible to improve the performances of the trace function set with
sys.settrace without breaking backward compatibility for PyEval_SetTrace or
without introducing a new PyEval_xxx of some sort.

Yes, I suggest to revert this patch.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16672>
_______________________________________


More information about the Python-bugs-list mailing list