]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
posix module catches PyUnicode_AsUnicode() failure
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 29 Sep 2011 23:44:27 +0000 (01:44 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 29 Sep 2011 23:44:27 +0000 (01:44 +0200)
commiteb5657a0c5bd2a45881ca379a095298490014451
tree83eb8eb95165128e18e37ad8c32520fa44c47722
parent8dba4e004fc07b8f651770c9a4beb87cad0189e4
posix module catches PyUnicode_AsUnicode() failure

 * Replace PyUnicode_AS_UNICODE by PyUnicode_AsUnicode, PyUnicode_AS_UNICODE is
   no more a real macro
 * Replace Py_UNICODE by wchar_t in code specific to Windows
Modules/posixmodule.c