[Python-checkins] r82702 - in python/branches/import_unicode: PC/import_nt.c Python/import.c
Victor Stinner
victor.stinner at haypocalc.com
Fri Jul 9 02:22:49 CEST 2010
Le vendredi 09 juillet 2010 01:33:07, victor.stinner a écrit :
> Author: victor.stinner
> Date: Fri Jul 9 01:33:07 2010
> New Revision: 82702
>
> Log:
> Move buffer into PyWin_FindRegisteredModule()
>
> The function now returns the path as a PyUnicodeObject*
Should I consider PyWin_FindRegisteredModule() as a public function? Because
it's not a good idea to change public functions API :-)
It's not listed in any header file and import.c uses it with "extern ...".
--
Victor Stinner
http://www.haypocalc.com/
More information about the Python-checkins
mailing list