]> granicus.if.org Git - python/commit
Issue #8966: Fix ctypes tests for Windows
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 31 Jul 2010 10:52:56 +0000 (10:52 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 31 Jul 2010 10:52:56 +0000 (10:52 +0000)
commitd5baeee66bf7c5576accd37730b5e8ebe79c3fcd
tree557020ca4d7a151671392ab366df50765e00b806
parent73a01d4fb3c1e894b06f7f5860ae6878f7ec5f57
Issue #8966: Fix ctypes tests for Windows

I removed the implicit conversion from str to bytes.
Lib/ctypes/test/test_bytes.py
Lib/ctypes/test/test_loading.py
Lib/ctypes/test/test_random_things.py