]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added functions CFObj_New and CFObj_Convert, general functions to convert
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 27 May 2003 21:39:58 +0000 (21:39 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 27 May 2003 21:39:58 +0000 (21:39 +0000)
commit4eb45e7804e312b19860b15dcdac904afe407c9b
tree8fe61b15da23a23d17bf894f8ab08fd4c2ee91c2
parent893801efb6add1145f620ae70d5bef51c440821f
Added functions CFObj_New and CFObj_Convert, general functions to convert
between CF objects and their Python representation. Fixes 734695.
Include/pymactoolbox.h
Mac/Modules/cf/_CFmodule.c
Mac/Modules/cf/cfsupport.py
Python/mactoolboxglue.c