commit | c261e4868b9bb5d85cd8c8955ef301c51f2a8155 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Mar 05 21:47:33 2009 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Mar 05 21:47:33 2009 +0000 |
tree | 1031748664ef2ff5ef7f402d515a337f197cd906 | |
parent | 2a67a849546a5b312da6838a575b7ec8e45115e5 [diff] |
Avoid potential for undefined variable 'startinpos' in PyUnicode_DecodeUTF7(). See issue #5389.