[issue4867] crash in ctypes when passing a string to a function without defining argtypes

jice report at bugs.python.org
Wed Jan 7 17:41:06 CET 2009


jice <jice.nospam at gmail.com> added the comment:

Moving the ffi_type affectation before the pre-processor directive seems
to work :

648d647
< #ifdef HAVE_USABLE_WCHAR_T
649a649
> #ifdef HAVE_USABLE_WCHAR_T

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


More information about the Python-bugs-list mailing list