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 gvanrossum
Recipients docs@python, gvanrossum, ionelmc, nedbat, raylu, xiang.zhang
Date 2018-01-21.21:01:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516568491.57.0.467229070634.issue17799@psf.upfronthosting.co.za>
In-reply-to
Content
The reason not to pass C calls to the tracing function is that tracing exists to support pdb and other debuggers, and pdb only cares about tracing through Python code. So the docs should be updated.
History
Date User Action Args
2018-01-21 21:01:31gvanrossumsetrecipients: + gvanrossum, nedbat, ionelmc, docs@python, raylu, xiang.zhang
2018-01-21 21:01:31gvanrossumsetmessageid: <1516568491.57.0.467229070634.issue17799@psf.upfronthosting.co.za>
2018-01-21 21:01:31gvanrossumlinkissue17799 messages
2018-01-21 21:01:31gvanrossumcreate