]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_codecs for Windows: check size of wchar_t, not sys.maxunicode
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 29 Sep 2011 17:53:55 +0000 (19:53 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 29 Sep 2011 17:53:55 +0000 (19:53 +0200)
commit182d90d9ee7755d19996705d13ee58447de00f32
treeecb73f4dbfd4ee0cab278f8e846387a4548db822
parent734e159b1249dc2c36d4ff5923af2c06339cd7fa
Fix test_codecs for Windows: check size of wchar_t, not sys.maxunicode
Lib/test/test_codecs.py