Victor Stinner 048afd98b3 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.
2016-11-28 11:59:04 +01:00
..
2016-09-07 09:26:18 -07:00
2016-11-28 11:59:04 +01:00
2016-09-13 22:46:15 -07:00
2016-09-09 14:57:58 -07:00
2016-11-12 16:38:03 -05:00
2016-11-28 11:59:04 +01:00

Miscellaneous source files for the main Python shared library