|
|
|
|
|
by steventhedev
568 days ago
|
|
It's intended to run for producing compiler test cases, so there shouldn't be any code that's actually running. CPython includes a flag to only run parsing/compiling to bytecode. While you can use it like they did here and run the code - it really depends on how much you trust every possible subset of your code |
|