New submission from Campbell Barton <ideasma...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6439> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com