commit | b29047876dcd889efab5b4adcba7ddb70ad4c3aa | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Sep 29 10:34:19 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Sep 29 10:34:19 2010 +0000 |
tree | 36caede692b9dab7774d43406702791bbcfcce3f | |
parent | 449057f2fabb417c1bc553e9fc67425b5d24affb [diff] |
Issue #9979: Use PyUnicode_AsWideCharString() in time.strftime() Allocate memory with PyMem_Alloc() instead of the PyBytes API. Prepare the surrogates support.