Closed
Description
Bug report
Link: https://github.com/python/cpython/actions/runs/15115778970/job/42485985691?pr=134230
Output:
diff --git a/Include/internal/pycore_opcode_metadata.h b/Include/internal/pycore_opcode_metadata.h
index 7185947..17811d3 100644
--- a/Include/internal/pycore_opcode_metadata.h
+++ b/Include/internal/pycore_opcode_metadata.h
@@ -1787,8 +1787,6 @@ const uint8_t _PyOpcode_Caches[256] = {
extern const uint8_t _PyOpcode_Deopt[256];
#ifdef NEED_OPCODE_METADATA
const uint8_t _PyOpcode_Deopt[256] = {
- [119] = 119,
- [120] = 120,
[121] = 121,
[122] = 122,
[123] = 123,
@@ -1796,7 +1794,6 @@ const uint8_t _PyOpcode_Deopt[256] = {
[125] = 125,
[126] = 126,
[127] = 127,
- [211] = 211,
[212] = 212,
[213] = 213,
[214] = 214,
I have a PR ready.
Activity
pythongh-134236: Run `make regen-all` and fix `Test generated files a…
make regen-all
and fixTest generated files are up-to-date
#134237StanFromIreland commentedon May 19, 2025
@DinoV @sobolevn
There are duplicate prs now: #134231 and #134237
GH-134236: make regen-all (GH-134237)
hugovk commentedon May 19, 2025
#134237 has been merged.
hugovk commentedon May 19, 2025
Although #134231 was merged first so #134237 was an empty commit :)
StanFromIreland commentedon May 19, 2025
Hmm that's not great.