Skip to content
Prev Previous commit
Next Next commit
fix comment
  • Loading branch information
kumaraditya303 authored Nov 4, 2022
commit 0ccde5470456d474cd3cb2c69230bc52ca874b60
2 changes: 1 addition & 1 deletion Include/internal/pycore_global_strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern "C" {

// The data structure & init here are inspired by Tools/build/deepfreeze.py.

// All field names generated by STRUCT_FOR_ID() have a common prefix "__id__",
// All field names generated by ASCII_STR() have a common prefix,
// to help avoid collisions with keywords, globals, etc.

#define STRUCT_FOR_ASCII_STR(LITERAL) \
Expand Down