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 yoda_gh
Recipients
Date 2002-12-10.10:38:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
PyRun_SimpleFile() currently expects a char* which leads to many 
ugly const_cast<char*>() calls if you use string types in C++. 
 
Please change to "const char*" if possible. TIA! 
   
History
Date User Action Args
2007-08-23 14:09:20adminlinkissue651362 messages
2007-08-23 14:09:20admincreate