mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()
after each chdir call.
This commit is contained in:
parent
7275561d34
commit
378815ca86
4 changed files with 48 additions and 15 deletions
|
|
@ -39,6 +39,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#pragma lib_export on
|
||||
#endif
|
||||
|
||||
#ifdef USE_GUSI
|
||||
void PyMac_FixGUSIcd Py_PROTO((void)); /* Workaround for GUSI chdir() call */
|
||||
#endif
|
||||
|
||||
char *PyMac_StrError(int); /* strerror with mac errors */
|
||||
|
||||
extern int PyMac_DoYieldEnabled; /* Don't do eventloop when false */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue