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:20 | admin | link | issue651362 messages |
| 2007年08月23日 14:09:20 | admin | create | |