[Python-checkins] [python/cpython] 06bb48: Fix spurious MemoryError introduced by PR #886. (#...

GitHub noreply at github.com
Fri Mar 31 13:10:20 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 06bb4873d6a9ac303701d08a851d6cd9a51e02a3
      https://github.com/python/cpython/commit/06bb4873d6a9ac303701d08a851d6cd9a51e02a3
  Author: T. Wouters <thomas at python.org>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
    M Objects/obmalloc.c

  Log Message:
  -----------
  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).




More information about the Python-checkins mailing list