commit | ac6a37ae55b0f165dee662d65976c2d3ab9d2325 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 04 15:04:06 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 04 15:04:06 1998 +0000 |
tree | cbb592d48b3cdfa1015f47debb2be5edce3d5d01 | |
parent | df3d8756b77979279784d2a5545574e2eda85eea [diff] |
Fix a potential problem in PyLong_FromString(): could fall through the for loop with z==NULL but continue to reference z later.