[issue18561] ctypes _build_callargs() doesn't check name for NULL

STINNER Victor report at bugs.python.org
Fri Jul 26 22:59:25 CEST 2013


STINNER Victor added the comment:

_get_arg() should skip not check keywords if name is NULL (which looks to be a valid case, since name is check at the end of the function).

----------
keywords: +patch
nosy: +haypo
Added file: http://bugs.python.org/file31044/issue18561.patch

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


More information about the Python-bugs-list mailing list