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 zanella
Recipients zanella
Date 2008-06-25.03:25:23
SpamBayes Score 0.12831277
Marked as misclassified No
Message-id <1214364326.35.0.217778159942.issue3194@psf.upfronthosting.co.za>
In-reply-to
Content
The Demo/loop.c passes a char pointer (argv[0]) while 
Py_SetProgramName() now expects a wchar_t pointer.

I've attached a patch, the solution on the patch was borrowed,
ok stolen, from Python/frozenmain.c
History
Date User Action Args
2008-06-25 03:25:26zanellasetspambayes_score: 0.128313 -> 0.12831277
recipients: + zanella
2008-06-25 03:25:26zanellasetspambayes_score: 0.128313 -> 0.128313
messageid: <1214364326.35.0.217778159942.issue3194@psf.upfronthosting.co.za>
2008-06-25 03:25:25zanellalinkissue3194 messages
2008-06-25 03:25:24zanellacreate