[Python-checkins] python/dist/src/Modules unicodedata.c,2.16,2.17

Guido van Rossum guido@python.org
Thu, 13 Jun 2002 08:23:34 -0400


> > Modified Files:
> > 	unicodedata.c 
> > Log Message:
> > _Py prefix is verboten for static entry points
> 
> That's fine, but please mangle the names in a different way then,
> since the _Py was added to avoid compiler problems on some
> platform (don't remember which) where e.g. getname() is a system
> API.

Look carefully -- he called it _getucname.  (Generally I don't think
static function names should with an underscore though.)

--Guido van Rossum (home page: http://www.python.org/~guido/)