Files
Pyarmor-Static-Unpack-1shot/tests/tokenized/test_exec.txt

5 lines
129 B
Plaintext
Raw Normal View History

testcode = 'a = 12' <EOL>
exec testcode <EOL>
exec testcode in globals ( ) <EOL>
exec testcode in globals ( ) , locals ( ) <EOL>