From ab29198c8750415cc284f0efc3c390b42f487e2b Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 11 Jun 2010 21:53:36 +0000 Subject: [PATCH] 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). ........ -- 2.50.0