[Python-Dev] Re: [Python-checkins] python/dist/src/Include compile.h,2.38,2.39 parsetok.h,2.19,2.20 pyerrors.h,2.63,2.64 pythonrun.h,2.55,2.56 symtable.h,2.10,2.11

M.-A. Lemburg mal@lemburg.com
Wed, 11 Dec 2002 17:36:25 +0100


loewis@users.sourceforge.net wrote:
> Update of /cvsroot/python/python/dist/src/Include
> In directory sc8-pr-cvs1:/tmp/cvs-serv15966/Include
> 
> Modified Files:
> 	compile.h parsetok.h pyerrors.h pythonrun.h symtable.h 
> Log Message:
> Constify filenames and scripts. Fixes #651362.

I remember Tim opposing such changes (and Greg Stein insisting
on them ;-). AFAIK, this breaks third party code since some
compilers simply reject casting char* to const char*.

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
_______________________________________________________________________
eGenix.com -- Makers of the Python mx Extensions: mxDateTime,mxODBC,...
Python Consulting:                               http://www.egenix.com/
Python Software:                    http://www.egenix.com/files/python/