We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug report
Objects/call.c has:
#include "frameobject.h" // _PyFrame_New_NoTrack()
However, it no longer uses _PyFrame_New_NoTrack - that was removed in PR #24368 https://github.com/python/cpython/pull/24368/files#diff-b876797aa8c96d633b0b869447e7e14da64b9f53e48561149446939e7c6257e9
It also does not use any other functions from frameobject.h, and CPython compiles fine without it.
I will send a PR shortly with its removal.
Your environment
The text was updated successfully, but these errors were encountered:
Fixed by #93786
Sorry, something went wrong.
No branches or pull requests
Bug report
Objects/call.c has:
However, it no longer uses _PyFrame_New_NoTrack - that was removed in PR #24368
https://github.com/python/cpython/pull/24368/files#diff-b876797aa8c96d633b0b869447e7e14da64b9f53e48561149446939e7c6257e9
It also does not use any other functions from frameobject.h, and CPython compiles fine without it.
I will send a PR shortly with its removal.
Your environment
The text was updated successfully, but these errors were encountered: