[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-37414: Remove sys.callstats() by vstinner · Pull Request #14398 · python/cpython

the-knights-who-say-ni

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.

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
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.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
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.