]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19634: Fix time_strftime() on AIX, format is a wchar_t* not a PyObject*
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 01:43:29 +0000 (02:43 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 01:43:29 +0000 (02:43 +0100)
commit136f064b9375fbd0012f5644e32338d66594ac0f
tree7bce2e1a866bd1ea6e3dafaf6c46db75a1fc9a94
parent32879053357de0fb143e0b335eec1fc6b27e07bc
Issue #19634: Fix time_strftime() on AIX, format is a wchar_t* not a PyObject*
Modules/timemodule.c