• Guido van Rossum's avatar
    Patch #1318 by Amaury Forgeot d'Arc. · 97f9d4f3
    Guido van Rossum yazdı
    Updates to ctypes for python 3.0 to make the tests pass.
    Notable changes are:
    - return bytes instead of str8
    - integers in range(256) are accepted as "one char string":
      libc.strchr("abcdef", 98) is now valid.
    - directly use the wide-char version of the win32 function LoadLibrary.
    97f9d4f3
callproc.c 38.3 KB