diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-11-28 10:59:04 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-11-28 10:59:04 (GMT) |
commit | 048afd98b3d10fe17b4d7ec2e407f27b36b9380c (patch) | |
tree | c34e769ff6a51f4c7973f677fb06374d1e14985f /Doc/c-api/tuple.rst | |
parent | 214678e44bf7773c0ed9c3684818354001d8f9ca (diff) | |
download | cpython-048afd98b3d10fe17b4d7ec2e407f27b36b9380c.zip cpython-048afd98b3d10fe17b4d7ec2e407f27b36b9380c.tar.gz cpython-048afd98b3d10fe17b4d7ec2e407f27b36b9380c.tar.bz2 |
Remove CALL_PROFILE special build
Issue #28799:
* Remove the PyEval_GetCallStats() function.
* Deprecate the untested and undocumented sys.callstats() function.
* Remove the CALL_PROFILE special build
Use the sys.setprofile() function, cProfile or profile module to profile
function calls.
Diffstat (limited to 'Doc/c-api/tuple.rst')
0 files changed, 0 insertions, 0 deletions