Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-29941: Fix spurious MemoryError introduced by PR #886. #930

Merged
merged 1 commit into from
Mar 31, 2017

Conversation

Yhg1s
Copy link
Member

@Yhg1s Yhg1s commented Mar 31, 2017

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).

@mention-bot
Copy link

@Yhg1s, thanks for your PR! By analyzing the history of the files in this pull request, we identified @tim-one, @nascheme and @benjaminp to be potential reviewers.

@Yhg1s Yhg1s merged commit 06bb487 into python:master Mar 31, 2017
@Yhg1s Yhg1s deleted the fix-memoryerror branch March 31, 2017 17:11
@Mariatta Mariatta changed the title Fix spurious MemoryError introduced by PR #886. bpo-29941: Fix spurious MemoryError introduced by PR #886. Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants