Don't release the interpreter lock around PyParser_ParseFile().
It is needed so that tokenizer.c can use PySys_WriteStderr().
Showing
Please register or sign in to comment
It is needed so that tokenizer.c can use PySys_WriteStderr().