This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2013-07-25.16:52:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374771149.82.0.0818752850017.issue18556@psf.upfronthosting.co.za>
In-reply-to
Content
http://hg.python.org/cpython/file/be5f1f0bea09/Modules/_ctypes/cfield.c#l1235

CID 486657 (#1 of 1): Unchecked return value (CHECKED_RETURN)
5. check_return: Calling function "PyUnicode_AsWideChar(PyObject *, wchar_t *, Py_ssize_t)" without checking return value (as is done elsewhere 7 out of 8 times).
1263    PyUnicode_AsWideChar(value, (wchar_t *)ptr, size);
History
Date User Action Args
2013-07-25 16:52:29christian.heimessetrecipients: + christian.heimes
2013-07-25 16:52:29christian.heimessetmessageid: <1374771149.82.0.0818752850017.issue18556@psf.upfronthosting.co.za>
2013-07-25 16:52:29christian.heimeslinkissue18556 messages
2013-07-25 16:52:29christian.heimescreate