Commit 834bf31
committed
BUG: Fix auxdata initialization in ufunc slow path
The reason this was not found earlier is that auxdata is currently
set by most function and the fast path seems to be taken a shocking
amount of times.
There are no further similar missing inits.
Closes numpygh-281171 parent 1d77082 commit 834bf31
File tree
2 files changed
+15
-1
lines changed- numpy/_core
- src/umath
- tests
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1108 | 1108 | | |
1109 | 1109 | | |
1110 | 1110 | | |
1111 | | - | |
| 1111 | + | |
1112 | 1112 | | |
1113 | 1113 | | |
1114 | 1114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
240 | 254 | | |
241 | 255 | | |
242 | 256 | | |
| |||
0 commit comments