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: Profile 'builtins' parameter documentation missing
Type: Stage:
Components: Documentation, Library (Lib) Versions: Python 3.9, Python 3.8, Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: bar.harel, docs@python, terry.reedy
Priority: normal Keywords:

Created on 2020-04-06 14:43 by bar.harel, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg365859 - (view) Author: Bar Harel (bar.harel) * Date: 2020-04-06 14:43
Profile and cProfile's documentation does not say anything about the builtins parameter.
Also, it exists only on cProfile, which means Profile is not a drop-in replacement.
Lastly, enable() method, that exists on cProfile, also accepts params, and are undocumented.
msg366173 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-04-11 01:16
I verified the statements and notice that profile.Profile has many methods not in cProfile.Profile.  Neither is a complete replacement for the other.
History
Date User Action Args
2022-04-11 14:59:29adminsetgithub: 84386
2020-04-11 01:16:06terry.reedysetnosy: + terry.reedy
messages: + msg366173
2020-04-06 14:43:33bar.harelcreate