mirror of
https://github.com/python/cpython.git
synced 2026-07-07 02:32:22 -04:00
048afd98b3
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