This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sebastinas
Recipients
Date 2007-04-12.13:55:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm embedding Python in a C++ application and found myself casting const char* to char* quite often when using functions like PySys_SetObject and PySys_GetObject.

I attached a patch replacing the char* arguments of the above mentioned functions, PySys_GetFile and PySys_AddWarnOption with const char*.
History
Date User Action Args
2007-08-23 15:58:00adminlinkissue1699259 messages
2007-08-23 15:58:00admincreate