mirror of https://github.com/python/cpython
Browse Source
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).pull/932/head
committed by
GitHub
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue