]> granicus.if.org Git - python/commit
A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s.
authorThomas Heller <theller@ctypes.org>
Wed, 24 Oct 2007 19:37:27 +0000 (19:37 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 24 Oct 2007 19:37:27 +0000 (19:37 +0000)
commit39013cd4c0f76b7b6c34efe4e341618f0ad2027a
tree2112caf57961f78c961cdb552377778dcbbc7584
parentbd1c68c94f0d5bc25b48f62c7527f51c754f2b6b
A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s.

Added unittest for calling a function with paramflags.
Lib/ctypes/test/test_prototypes.py
Modules/_ctypes/_ctypes.c