ironpython3 icon indicating copy to clipboard operation
ironpython3 copied to clipboard

Clean up setting prefix/exec_prefix during startup

Open jdhardy opened this issue 11 years ago • 0 comments

prefix (Lib location) and exec_prefix (Include location, not used in IronPython) get set multiple times in multiple places, using inconsistent locations, during interpreter startup. Arguably the DLLs shouldn't even try to set the prefix and instead rely on getting it from the host, which will know where it's stdlib is stored.

jdhardy avatar Jul 07 '14 20:07 jdhardy