[Numpy-svn] [numpy/numpy] 26ade5: BUG: f2py, fix decref on wrong object
GitHub
noreply at github.com
Thu Sep 12 11:56:30 EDT 2013
Branch: refs/heads/master
Home: https://github.com/numpy/numpy
Commit: 26ade56d9c4d44e8b0cc5d4268a65341743bccac
https://github.com/numpy/numpy/commit/26ade56d9c4d44e8b0cc5d4268a65341743bccac
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date: 2013-09-12 (Thu, 12 Sep 2013)
Changed paths:
M numpy/f2py/cfuncs.py
Log Message:
-----------
BUG: f2py, fix decref on wrong object
missing brackets causes decref on an wrong object.
shows itself as abort with negative refcount in test_callback using
python-dbg.
Commit: f1f084245b0bf676f5c81ba16a89e1cb97f0d90f
https://github.com/numpy/numpy/commit/f1f084245b0bf676f5c81ba16a89e1cb97f0d90f
Author: Charles Harris <charlesr.harris at gmail.com>
Date: 2013-09-12 (Thu, 12 Sep 2013)
Changed paths:
M numpy/f2py/cfuncs.py
Log Message:
-----------
Merge pull request #3728 from juliantaylor/f2py-negative-refcount
BUG: f2py, fix decref on wrong object
Compare: https://github.com/numpy/numpy/compare/f297de0aafe1...f1f084245b0b
More information about the Numpy-svn
mailing list