]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make _symtable_entry.ste_type's comment consistent wit _Py_block_ty (#92414)
authorzikcheng <surfingbyte@gmail.com>
Fri, 7 Oct 2022 17:53:07 +0000 (01:53 +0800)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 17:53:07 +0000 (10:53 -0700)
commit24a4b341586be12569e3804b5f1356e745d1f55f
tree2d55890a268defd75784f01469fd24640ef1f252
parent7f685683f8e23084aa8b05f0c186f5c962f1db29
Make _symtable_entry.ste_type's comment consistent wit _Py_block_ty (#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.
Include/internal/pycore_symtable.h