]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyUnicode_AsUTF8String(): /F picks up what I missed: the local var
authorBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 19:30:40 +0000 (19:30 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 19:30:40 +0000 (19:30 +0000)
commitce4dc41b1a2be5b5335bcbc0865b145852a5c0e5
treed8ed3e816a5bde1994710f8557c3a79352aa19c2
parent0888ff17bd745333dc61a0e4bb3afb399f007c3f
PyUnicode_AsUTF8String(): /F picks up what I missed: the local var
`str' is no longer necessary.  Gotta turn on -Wall!
Objects/unicodeobject.c