diff options
author | Guido van Rossum <guido@python.org> | 1998-02-06 22:27:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-02-06 22:27:24 (GMT) |
commit | a61691e4e9e43da90fa2a5fa1c6764fe49e4dcdb (patch) | |
tree | e7e8c840a6a41755511628355a1ddfc52c6fbdab /Python/pystate.c | |
parent | 31c4ed75fc840122f06cb9976725941a4b1151cc (diff) | |
download | cpython-a61691e4e9e43da90fa2a5fa1c6764fe49e4dcdb.zip cpython-a61691e4e9e43da90fa2a5fa1c6764fe49e4dcdb.tar.gz cpython-a61691e4e9e43da90fa2a5fa1c6764fe49e4dcdb.tar.bz2 |
Ehm, three unrelated changes.
- Add Py_FrozenFlag, intended to suppress error messages fron
getpath.c in frozen binaries.
- 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).
Diffstat (limited to 'Python/pystate.c')
0 files changed, 0 insertions, 0 deletions