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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, erickt, georg.brandl, idadesub
Date 2008-08-29.12:11:45
SpamBayes Score 0.0076862434
Marked as misclassified No
Message-id <1220011906.78.0.178972837055.issue3717@psf.upfronthosting.co.za>
In-reply-to
Content
In your patch, it is not correct to declare main as
    main(int argc, wchar_t **argv)
It is simply not the correct signature: the OS only supports "char** argv".

You have to perform the conversion yourself. Look for example at
Modules/python.c.

The problem with importexc.c is more serious; I've filled issue3723 for
this.
History
Date User Action Args
2008-08-29 12:11:47amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, georg.brandl, idadesub, erickt
2008-08-29 12:11:46amaury.forgeotdarcsetmessageid: <1220011906.78.0.178972837055.issue3717@psf.upfronthosting.co.za>
2008-08-29 12:11:45amaury.forgeotdarclinkissue3717 messages
2008-08-29 12:11:45amaury.forgeotdarccreate