Files
cpython/Python
Victor Stinner 69150669f2 bpo-37414: Remove sys.callstats() (GH-14398)
Remove the undocumented sys.callstats() function. Since Python 3.7,
it was deprecated and always returned None. It required a special
build option CALL_PROFILE which was already removed in Python 3.7.
2019-06-26 18:01:10 +02:00
..
2016-09-07 09:26:18 -07:00
2019-06-18 15:36:34 +09:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library