]> granicus.if.org Git - python/commit
Issue #1950: Fixed misusage of PyUnicode_AsString().
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 3 May 2008 18:24:43 +0000 (18:24 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 3 May 2008 18:24:43 +0000 (18:24 +0000)
commita85998af7c44c047cb4e35cfa8373330e3f45088
tree4f8af4d5cd63bb592f4504b729916a3cf8bb9285
parent999679a23ec5731d32dbdbf04b61d4ebb4bcd476
Issue #1950: Fixed misusage of PyUnicode_AsString().
Modules/datetimemodule.c
Modules/parsermodule.c
Modules/zipimport.c
Objects/typeobject.c
Python/import.c
Python/structmember.c