[Python-Dev] warning in _localemodule.c patch

Guido van Rossum guido@python.org
Fri, 07 Sep 2001 13:15:31 -0400


> The other option is to cast the pointer in the call to free().

Sounds like the better solution.

Publicly, it's a const.  Privately, you happen to malloc() and free()
it.

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