Xavier de Gaye added the comment:

Tracing/profiling is disabled when tstate->tracing is true or
tstate->use_tracing is false. The proposed patch fixes the problem by reducing
the scope where this condition is true.

As a consequence call_trace, profile_trampoline, trace_trampoline and
call_trampoline may now be called recursively.

The patch includes a test case.

----------
keywords: +patch
Added file: http://bugs.python.org/file28270/issue_16653.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16653>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to