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 nedbat
Recipients docs@python, nedbat
Date 2013-04-20.03:36:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366428980.14.0.538502026896.issue17799@psf.upfronthosting.co.za>
In-reply-to
Content
Looking into this Stack Overflow question:  http://stackoverflow.com/questions/16115027/pythons-sys-settrace-wont-create-c-call-events

Reading the code in c_eval.c and friends, it looks like "c_call" events are never passed to the trace function, only to the profile function.  The docs are wrong and should be fixed.

The setprofile docs simply point to settrace for details, so the text needs to accommodate both functions' needs.
History
Date User Action Args
2013-04-20 03:36:20nedbatsetrecipients: + nedbat, docs@python
2013-04-20 03:36:20nedbatsetmessageid: <1366428980.14.0.538502026896.issue17799@psf.upfronthosting.co.za>
2013-04-20 03:36:20nedbatlinkissue17799 messages
2013-04-20 03:36:19nedbatcreate