mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Oops, arg type for the glue routine was wrong.
This commit is contained in:
parent
e6e745fc49
commit
4590049228
1 changed files with 1 additions and 1 deletions
|
@ -1283,7 +1283,7 @@ initmacfs()
|
||||||
{
|
{
|
||||||
PyObject *m, *d;
|
PyObject *m, *d;
|
||||||
|
|
||||||
PyMac_INIT_TOOLBOX_OBJECT_CONVERT(Handle, PyMac_GetFSSpec);
|
PyMac_INIT_TOOLBOX_OBJECT_CONVERT(FSSpec, PyMac_GetFSSpec);
|
||||||
|
|
||||||
/* Create the module and add the functions */
|
/* Create the module and add the functions */
|
||||||
m = Py_InitModule("macfs", mfs_methods);
|
m = Py_InitModule("macfs", mfs_methods);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue