mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
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.
Miscellaneous source files for the main Python shared library