Thanks!
On 7/6/07, Travis Oliphant <[EMAIL PROTECTED]> wrote:
> Tom Denniston wrote:
>
> >Below is the code around line 900 for ufuncobject.c
> >(http://svn.scipy.org/svn/numpy/trunk/numpy/core/src/ufuncobject.c)
> >
> >There is a decref labeled with ">>>" below that is incorrect. As per
> >the p
Tom Denniston wrote:
>Below is the code around line 900 for ufuncobject.c
>(http://svn.scipy.org/svn/numpy/trunk/numpy/core/src/ufuncobject.c)
>
>There is a decref labeled with ">>>" below that is incorrect. As per
>the python documentation
>(http://docs.python.org/api/dictObjects.html):
>
>#PyOb
Below is the code around line 900 for ufuncobject.c
(http://svn.scipy.org/svn/numpy/trunk/numpy/core/src/ufuncobject.c)
There is a decref labeled with ">>>" below that is incorrect. As per
the python documentation
(http://docs.python.org/api/dictObjects.html):
#PyObject* PyDict_GetItem( PyObject