]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9979: Use PyUnicode_AsWideCharString() in time.strftime()
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Sep 2010 10:34:19 +0000 (10:34 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Sep 2010 10:34:19 +0000 (10:34 +0000)
commitb29047876dcd889efab5b4adcba7ddb70ad4c3aa
tree36caede692b9dab7774d43406702791bbcfcce3f
parent449057f2fabb417c1bc553e9fc67425b5d24affb
Issue #9979: Use PyUnicode_AsWideCharString() in time.strftime()

Allocate memory with PyMem_Alloc() instead of the PyBytes API. Prepare the
surrogates support.
Modules/timemodule.c