summaryrefslogtreecommitdiffstats
path: root/PC/os2vacpp/getpathp.c
Commit message (Collapse)AuthorAgeFilesLines
* Patch from M.-A. Lemburg:Jeremy Hylton2000-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Python on UNIX now trusts PYTHONHOME unconditionally Modules/getpath.c: Landmark changed to os.py. Setting PYTHONHOME now unconditionally sets sys.prefix (and sys.exec_prefix). No further checks are done whether the standard lib can be found in that location or not. This is in sync with the PC subdir getpath implementations. PC/getpathp.c: Landmark changed to os.py. PC/os2vacpp/getpathp.c: Landmark changed to os.py. Note: BAW's checkin on exceptions.c eliminates earlier concerns about a bogus PYTHONHOME value leading to a core dump. Instead it causes a useless sys.path and prevents imports.
* Use Py_GetPythonHome() instead of getenv("PYTHONHOME").Guido van Rossum1998-07-271-1/+1
|
* Copy the change from ../getpathp.c here.Guido van Rossum1997-12-111-1/+1
|
* New batch of patches by Jeff Rush; moved his readme.txt portion here.Guido van Rossum1997-12-051-3/+23
|
* Files specific to Visual Age C for OS/2 -- by Jeff RushGuido van Rossum1997-11-221-0/+488