We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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