(
original
) (
raw
)
code = compile("""\ arg = 123 def test(): print(arg) test() """, '', 'exec') eval(code, {}, {})