]> granicus.if.org Git - python/commit
Don't release the interpreter lock around PyParser_ParseFile().
authorGuido van Rossum <guido@python.org>
Thu, 27 Aug 1998 19:14:49 +0000 (19:14 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 27 Aug 1998 19:14:49 +0000 (19:14 +0000)
commit53195c1a83e5721e4261c341cd5e13e97e4d0eb6
tree3027ec8981bfd42e2536bb199952c02a7b7e5bc0
parentb9f48608f6c0338a85c7162ec07fbad5f95d1f8a
Don't release the interpreter lock around PyParser_ParseFile().
It is needed so that tokenizer.c can use PySys_WriteStderr().
Python/pythonrun.c