]> granicus.if.org Git - python/commit
Avoid potential for undefined variable 'startinpos' in PyUnicode_DecodeUTF7().
authorGuido van Rossum <guido@python.org>
Thu, 5 Mar 2009 21:47:33 +0000 (21:47 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 5 Mar 2009 21:47:33 +0000 (21:47 +0000)
commitc261e4868b9bb5d85cd8c8955ef301c51f2a8155
tree1031748664ef2ff5ef7f402d515a337f197cd906
parent2a67a849546a5b312da6838a575b7ec8e45115e5
Avoid potential for undefined variable 'startinpos' in PyUnicode_DecodeUTF7().
See issue #5389.
Objects/unicodeobject.c