Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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.
The text was updated successfully, but these errors were encountered:
BUG: Fix memory leak in ndarray construction from strings (numpygh-2927)
1539b71
a101234
Merge pull request #2928 from mwiebe/string_init_memleak
ee5fd94
BUG: Fix memory leak in ndarray construction from strings (gh-2927)
7f0f68f
Merge pull request #2966 from certik/backport2928
563e754
mwiebe
No branches or pull requests
Code that reproduces it:
This is in both 1.7 and master, and I've got a patch to fix it.
The text was updated successfully, but these errors were encountered: