SIGN IN SIGN UP

- Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow

embedders to force a different PYTHONHOME.

- Add new interface PyErr_PrintEx(flag); same as PyErr_Print() but
flag determines whether sys.last_* are set or not.  PyErr_Print()
now simply calls PyErr_PrintEx(1).
G
Guido van Rossum committed
66d4b9079117ba1496ca08e8c1be22626b3bc89a
Parent: 95c745b