Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Memory leak in 'np.array("a")' #2927

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

Closed
mwiebe opened this issue Jan 17, 2013 · 0 comments
Closed

Memory leak in 'np.array("a")' #2927

mwiebe opened this issue Jan 17, 2013 · 0 comments
Assignees
Milestone

Comments

@mwiebe
Copy link
Member

mwiebe commented Jan 17, 2013

Code that reproduces it:

import numpy as np
while True:
    np.array('a')

This is in both 1.7 and master, and I've got a patch to fix it.

@ghost ghost assigned mwiebe Jan 17, 2013
njsmith added a commit that referenced this issue Jan 18, 2013
BUG: Fix memory leak in ndarray construction from strings (gh-2927)
@charris charris closed this as completed Jan 21, 2013
certik added a commit that referenced this issue Feb 5, 2013
BUG: Fix memory leak in ndarray construction from strings (gh-2927)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants