[issue5227] Py_Main() does not return on sys.exit()

2009-03-31 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Documented in r70857. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5227 ___

[issue5227] Py_Main() does not return on sys.exit()

2009-02-13 Thread Rogi
Changes by Rogi r...@linuxmail.org: -- assignee: - georg.brandl components: +Documentation -None nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5227 ___

[issue5227] Py_Main() does not return on sys.exit()

2009-02-12 Thread Rogi
New submission from Rogi r...@linuxmail.org: From teh documentation: http://docs.python.org/c-api/veryhigh.html int Py_Main(int argc, char **argv)ΒΆ The main program for the standard interpreter. This is made available for programs which embed Python. The argc and argv parameters should be