[issue20466] Example in Doc/extending/embedding.rst fails to compile cleanly

2014-08-01 Thread Zachary Ware
Zachary Ware added the comment: Thanks for your efforts, Saimadhav. The issue has been fixed in another way, though. -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> Make _Py_char2wchar() and _Py_wchar2char() public ___

[issue20466] Example in Doc/extending/embedding.rst fails to compile cleanly

2014-02-02 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Patch fixes the mistake. Looks like it was copied over from earlier version. -- keywords: +patch nosy: +sahutd Added file: http://bugs.python.org/file33869/issue20466.patch ___ Python tracker

[issue20466] Example in Doc/extending/embedding.rst fails to compile cleanly

2014-01-31 Thread Zachary Ware
New submission from Zachary Ware: 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 *. -- assignee: docs@python components: Documentation message