Don't change Standard File folder on chdir().
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c
index 215accc..3385d27 100644
--- a/Mac/Python/macglue.c
+++ b/Mac/Python/macglue.c
@@ -141,9 +141,11 @@
 	if (PBHSetVol(&pb, 0) != noErr)
 		return;
 
+#if 0
 	/* Set standard-file working directory */
 	LMSetSFSaveDisk(-curdirfss.vRefNum);
 	LMSetCurDirStore(curdirfss.parID);
+#endif
 }
 #endif