From: Victor Stinner Date: Fri, 11 Jun 2010 21:53:36 +0000 (+0000) Subject: Blocked revisions 81911 via svnmerge X-Git-Tag: v3.1.3rc1~647 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab29198c8750415cc284f0efc3c390b42f487e2b;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 81911 via svnmerge ........ r81911 | victor.stinner | 2010-06-11 23:50:30 +0200 (ven., 11 juin 2010) | 3 lines Issue #8966: If a ctypes structure field is an array of c_char, convert its value to bytes instead of str (as done for c_char and c_char_p). ........ ---