https://github.com/python/cpython/commit/191531f352ce387a2d3a61544fb6feefab754d4a
commit: 191531f352ce387a2d3a61544fb6feefab754d4a
branch: main
author: Kirill Podoprigora <[email protected]>
committer: gvanrossum <[email protected]>
date: 2024-01-24T09:14:15-08:00
summary:

Update outdated comment in ``Python/bytecodes.c`` (#114522)

files:
M Python/bytecodes.c

diff --git a/Python/bytecodes.c b/Python/bytecodes.c
index fef3cd4ff7d781..ebd5b06abb2d4e 100644
--- a/Python/bytecodes.c
+++ b/Python/bytecodes.c
@@ -1,6 +1,6 @@
 // This file contains instruction definitions.
-// It is read by Tools/cases_generator/generate_cases.py
-// to generate Python/generated_cases.c.h.
+// It is read by generators stored in Tools/cases_generator/
+// to generate Python/generated_cases.c.h and others.
 // Note that there is some dummy C code at the top and bottom of the file
 // to fool text editors like VS Code into believing this is valid C code.
 // The actual instruction definitions start at // BEGIN BYTECODES //.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to