This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients xdegaye
Date 2012-12-09.22:07:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355090865.91.0.012936635958.issue16653@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-12-09 22:07:45xdegayesetrecipients: + xdegaye
2012-12-09 22:07:45xdegayesetmessageid: <1355090865.91.0.012936635958.issue16653@psf.upfronthosting.co.za>
2012-12-09 22:07:45xdegayelinkissue16653 messages
2012-12-09 22:07:45xdegayecreate