-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Open
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
>>> eval('word', globals=frozendict({'word': 'hello'}))
Traceback (most recent call last):
File "<pyshell#19>", line 1, in <module>
eval('word', globals=frozendict({'word': 'hello'}))
TypeError: globals must be a real dict; try eval(expr, {}, mapping)Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error