[issue6498] Py_Main() does not return on SystemExit

Rogi report at bugs.python.org
Fri Jul 17 10:37:07 CEST 2009


Rogi <rogi at linuxmail.org> added the comment:

As a workaround, I copied teh function PyRun_InteractiveOneFlags() to my
own source and modified it so it would not print or clear exceptions.
However, I have never found documentation about PyArena* or
PyParser_AST*. Are those functions public or just for internal use?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6498>
_______________________________________


More information about the Python-bugs-list mailing list