GH-143842: Make optimizer color table static (GH-143846)

This commit is contained in:
Mohammad Miadh Angkad 2026-01-15 04:37:13 +08:00 committed by GitHub
parent 313d5cde5d
commit 499706b843
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -2009,7 +2009,7 @@ find_line_number(PyCodeObject *code, _PyExecutorObject *executor)
#define BLACK "#000000"
#define LOOP "#00c000"
const char *COLORS[10] = {
static const char *COLORS[10] = {
"9",
"8",
"7",