[New-bugs-announce] [issue6439] Demo/embed/demo.c use of PySys_SetArgv() is invalid

Campbell Barton report at bugs.python.org
Wed Jul 8 16:11:11 CEST 2009


New submission from Campbell Barton <ideasman42 at gmail.com>:

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.

----------
components: Demos and Tools
messages: 90267
nosy: ideasman42
severity: normal
status: open
title: Demo/embed/demo.c use of PySys_SetArgv() is invalid
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6439>
_______________________________________


More information about the New-bugs-announce mailing list