]> granicus.if.org Git - python/commit
Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 10 Sep 2001 22:00:39 +0000 (22:00 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 10 Sep 2001 22:00:39 +0000 (22:00 +0000)
commit697842f58cfa15e86e92fa1c2733d7d9908a340e
tree7f5045964d5946de3f348459fb485a2463eddb69
parentb0e8e9b72fb6eb42ecd4d9ea9e88563d1ca4528a
Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'
parameter for the return string (as unix pathnames are not limited
by the 255 char pstring limit).
Implemented the function for MachO-Python, where it returns unix pathnames.
Mac/Include/macglue.h
Mac/Modules/macfsmodule.c
Mac/Modules/macosmodule.c
Mac/Python/macgetargv.c
Mac/Python/macgetpath.c
Python/mactoolboxglue.c