mirror of
https://github.com/python/cpython.git
synced 2026-01-22 23:28:43 +00:00
GH-143842: Make optimizer color table static (GH-143846)
This commit is contained in:
parent
313d5cde5d
commit
499706b843
2 changed files with 3 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue