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.

classification
Title: "Limitations" section of profiler docs is incorrect
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ncoghlan, rhettinger
Priority: normal Keywords:

Created on 2004-11-15 11:31 by ncoghlan, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg23156 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2004-11-15 11:31
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.
msg23157 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-12-19 20:33
Logged In: YES 
user_id=80475

Fixed.

See Doc/libprofile.tex 1.50 and 1.48.2.1
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41175
2004-11-15 11:31:29ncoghlancreate