Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make _symtable_entry.ste_type's comment consistent wit _Py_block_ty (p…
…ython#92414) _Py_block_ty defines four types of block, FunctionBlock, ClassBlock, ModuleBlock and AnnotationBlock. But _symtable_entry.ste_type only comments three of them, I think it's better both sides are consistent.
- Loading branch information