mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
PyMac_GetFSSpec must be called via the dylib glue code on OSX.
This commit is contained in:
parent
3988358b4d
commit
a5bca579fd
3 changed files with 20 additions and 1 deletions
|
@ -1194,6 +1194,7 @@ int routinename(PyObject *pyobj, object *cobj) { \
|
|||
} \
|
||||
return (*PyMacGluePtr_##routinename)(pyobj, cobj); \
|
||||
}
|
||||
GLUE_CONVERT(FSSpec, PyMac_GetFSSpec, "macfs")
|
||||
|
||||
GLUE_NEW(AppleEvent *, AEDesc_New, "AE") /* XXXX Why by address? */
|
||||
GLUE_CONVERT(AppleEvent, AEDesc_Convert, "AE")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue