Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2019
Merged

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

merged 1 commit into from
Jun 26, 2019

Conversation

vstinner
Copy link
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
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