How do I submit an issue in Python dev docs
I noticed an error at: https://devguide.python.org/compiler/ Specifically: The AST to CFG step is handled mostly by two functions called by _PyAST_Compile(); _PySymtable_Build() and compiler_mod(). The former is in Python/symtable.c while the latter is in Python/compile.c. should read: The AST to CFG step is handled mostly by THREE functions called by _PyAST_Compile(); _PySymtable_Build() and compiler_mod(). …… Read More How do I submit an issue in Python dev docs