commit | 62bb394729a167a46d950954c4aed5f3ba7b8a69 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Aug 06 00:46:05 2012 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Aug 06 00:46:05 2012 +0200 |
tree | 734100e548a373ceaed15000bc94cd2fed6c82c6 | |
parent | 3af26174016fc5547a36fba37cacfaeaac9a9b6e [diff] |
Close #13072: Restore code before the PEP 393 for the array module 'u' format of the array module uses again Py_UNICODE type for backward compatibility with Python 3.2. The only change from Python 3.2 is that PyUnicode_AsUnicode() result is now checked for NULL value.