~ubuntu-branches/ubuntu/trusty/python-numpy/trusty-updates

« back to all changes in this revision

Viewing changes to numpy/core/src/multiarray/array_assign.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-28 19:03:02 UTC
  • mfrom: (7.1.13 experimental)
  • Revision ID: package-import@ubuntu.com-20130128190302-1kyak9j26902djjg
Tags: 1:1.7.0~rc1-1ubuntu1
Merge with Debian; remaining changes:

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
        PyUString_ConcatAndDel(&errmsg,
74
74
                build_shape_string(ndim, shape));
75
75
        PyErr_SetObject(PyExc_ValueError, errmsg);
 
76
        Py_DECREF(errmsg);
76
77
 
77
78
        return -1;
78
79
   }