SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

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.
V
Victor Stinner committed
69150669f224a1fc47de483557736e725ac5b2a1
Parent: 7a177c0
Committed by GitHub <noreply@github.com> on 6/26/2019, 4:01:10 PM