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 ideasman42
Recipients ideasman42
Date 2009-07-08.14:11:08
SpamBayes Score 0.007288553
Marked as misclassified No
Message-id <1247062271.71.0.103757159811.issue6439@psf.upfronthosting.co.za>
In-reply-to
Content
in python 3.2 (current rev 73893)
Demo/embed/demo.c passes a 'char **' to PySys_SetArgv rather then a
'wsize_t **'

Im also confused as to how this conversion should be made in a portable
way, without copying some farily large static functions from python's code.
History
Date User Action Args
2009-07-08 14:11:12ideasman42setrecipients: + ideasman42
2009-07-08 14:11:11ideasman42setmessageid: <1247062271.71.0.103757159811.issue6439@psf.upfronthosting.co.za>
2009-07-08 14:11:09ideasman42linkissue6439 messages
2009-07-08 14:11:09ideasman42create