]> granicus.if.org Git - python/commit
bpo-37414: Remove sys.callstats() (GH-14398)
authorVictor Stinner <vstinner@redhat.com>
Wed, 26 Jun 2019 16:01:10 +0000 (18:01 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2019 16:01:10 +0000 (18:01 +0200)
commit69150669f224a1fc47de483557736e725ac5b2a1
tree8d66c97b35d9287a5b0ec5f448d9b5b71238f1d3
parent7a177c08ab8981645828d3b4d9083cdd9018d197
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.
Doc/whatsnew/3.9.rst
Misc/NEWS.d/next/Core and Builtins/2019-06-26-17-27-26.bpo-37414.o6Lnbc.rst [new file with mode: 0644]
Python/clinic/sysmodule.c.h
Python/sysmodule.c