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 ncoghlan
Recipients
Date 2004-11-15.11:31:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
From the Python 2.4 What's New:

"The profile module can now profile C extension functions."

The "Limitations" section of the profiler documentation
still indicates that time spent in C functions is
assigned to the calling Python function. Thanks to Nick
Bastin's work, this is no longer the case.
History
Date User Action Args
2007-08-23 14:27:29adminlinkissue1066607 messages
2007-08-23 14:27:29admincreate