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.
Created on 2014年01月31日 22:14 by zach.ware, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue20466.patch | Saimadhav.Heblikar, 2014年02月02日 14:41 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg209837 - (view) | Author: Zachary Ware (zach.ware) * (Python committer) | Date: 2014年01月31日 22:14 | |
Reported by Riccardo Rossi on docs@: The Very High Level Embedding example fails to compile cleanly, due to Py_SetProgramName expecting a wchar_t * argument, while the example passes a char *. |
|||
| msg209990 - (view) | Author: Saimadhav Heblikar (Saimadhav.Heblikar) * | Date: 2014年02月02日 14:41 | |
Patch fixes the mistake. Looks like it was copied over from earlier version. |
|||
| msg224498 - (view) | Author: Zachary Ware (zach.ware) * (Python committer) | Date: 2014年08月01日 13:06 | |
Thanks for your efforts, Saimadhav. The issue has been fixed in another way, though. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:57 | admin | set | github: 64665 |
| 2014年08月01日 13:06:05 | zach.ware | set | status: open -> closed superseder: Make _Py_char2wchar() and _Py_wchar2char() public messages: + msg224498 resolution: duplicate stage: needs patch -> resolved |
| 2014年02月02日 14:41:25 | Saimadhav.Heblikar | set | files:
+ issue20466.patch nosy: + Saimadhav.Heblikar messages: + msg209990 keywords: + patch |
| 2014年01月31日 22:14:09 | zach.ware | create | |