Changeset 8092
- Timestamp:
- 02/07/10 15:13:40 (7 months ago)
- Files:
-
- 1 modified
-
branches/1.4.x/numpy/core/src/multiarray/ctors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4.x/numpy/core/src/multiarray/ctors.c
r8015 r8092 3105 3105 "offset must be positive and smaller than %" 3106 3106 INTP_FMT, (intp)ts); 3107 Py_DECREF(buf); 3108 Py_DECREF(type); 3109 return NULL; 3107 3110 } 3108 3111
