Skip to content

Commit d095e2c

Browse files
committed
fix
1 parent fb5354d commit d095e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/annotationlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ def _build_closure(annotate, owner, is_class, stringifier_dict, *,
676676
owner=owner,
677677
globals=annotate.__globals__,
678678
is_class=is_class,
679-
stringifier_dict=globals,
679+
stringifier_dict=stringifier_dict,
680680
)
681681
stringifier_dict.stringifiers.append(fwdref)
682682
new_cell = types.CellType(fwdref)

0 commit comments

Comments
 (0)