diff options
author | T. Wouters <thomas@python.org> | 2017-03-31 17:10:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-31 17:10:19 (GMT) |
commit | 06bb4873d6a9ac303701d08a851d6cd9a51e02a3 (patch) | |
tree | 9702ec5165c8b180226b8932566137873709c7d9 /Lib/test/test_tokenize.py | |
parent | a00c3fd12d421e41b769debd7df717d17b0deed5 (diff) | |
download | cpython-06bb4873d6a9ac303701d08a851d6cd9a51e02a3.zip cpython-06bb4873d6a9ac303701d08a851d6cd9a51e02a3.tar.gz cpython-06bb4873d6a9ac303701d08a851d6cd9a51e02a3.tar.bz2 |
Fix spurious MemoryError introduced by PR #886. (#930)
Fix MemoryError caused by moving around code in PR #886; nbytes was sometimes used unitinitalized (in non-debug builds, when use_calloc was false and elsize was 0).
Diffstat (limited to 'Lib/test/test_tokenize.py')
0 files changed, 0 insertions, 0 deletions