# Bug report ### Bug description: Set `ENABLE_SPECIFICATION = 0` and run `make`. https://github.com/python/cpython/blob/d206d42834b2a34aee11b048357131371cf6947d/Include/internal/pycore_code.h#L301 ``` Python/specialize.c:119:31: error: use of undeclared identifier 'opcode' 119 | i += _PyOpcode_Caches[opcode]; | ^ 1 error generated. make: *** [Python/specialize.o] Error 1 ``` The bug was introduced in https://github.com/python/cpython/commit/879c85f6e4ca8424ff6b4fddfbc946889572bf13, released with 3.15.0a8. ### CPython versions tested on: CPython main branch ### Operating systems tested on: macOS <!-- gh-linked-prs --> ### Linked PRs * gh-148826 * gh-152206 <!-- /gh-linked-prs -->
Bug report
Bug description:
Set
ENABLE_SPECIFICATION = 0and runmake.cpython/Include/internal/pycore_code.h
Line 301 in d206d42
The bug was introduced in 879c85f, released with 3.15.0a8.
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs