We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe5e21 commit fca010dCopy full SHA for fca010d
1 file changed
Python/compile.c
@@ -628,7 +628,7 @@ _PyCompile_EnterScope(compiler *c, identifier name, int scope_type,
628
}
629
630
if (u->u_ste->ste_has_conditional_annotations) {
631
- /* Cook up an implicit __conditional__annotations__ cell */
+ /* Cook up an implicit __conditional_annotations__ cell */
632
Py_ssize_t res;
633
assert(u->u_scope_type == COMPILE_SCOPE_CLASS || u->u_scope_type == COMPILE_SCOPE_MODULE);
634
res = _PyCompile_DictAddObj(u->u_metadata.u_cellvars, &_Py_ID(__conditional_annotations__));
0 commit comments