Skip to content

bpo-37414: Remove sys.callstats()#14398

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:remove_callstats
Jun 26, 2019
Merged

bpo-37414: Remove sys.callstats()#14398
vstinner merged 1 commit intopython:masterfrom
vstinner:remove_callstats

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jun 26, 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.

https://bugs.python.org/issue37414

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.
@vstinner
Copy link
Copy Markdown
Member Author

cc @jdemeyer

@vstinner vstinner merged commit 6915066 into python:master Jun 26, 2019
@vstinner vstinner deleted the remove_callstats branch June 26, 2019 16:01
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants