]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
array module uses the new Unicode API
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 29 Sep 2011 22:51:10 +0000 (00:51 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 29 Sep 2011 22:51:10 +0000 (00:51 +0200)
commit8dba4e004fc07b8f651770c9a4beb87cad0189e4
treed4f9135968943f0645a61815bd0dd2318c19d863
parentf8bb7d02f62d5bae1fdbbabc7bc66b6b3f19abd3
array module uses the new Unicode API

 * Use Py_UCS4* buffer instead of Py_UNICODE*
 * Use "I" or "L" format, instead of "u" format
Lib/test/test_array.py
Modules/arraymodule.c