Skip to content

Commit

Permalink
Update outdated comment in Python/bytecodes.c (python#114522)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclips4 authored Jan 24, 2024
1 parent 981d172 commit 191531f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Python/bytecodes.c
Original file line number Diff line number Diff line change
@@ -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 //.
Expand Down

0 comments on commit 191531f

Please sign in to comment.