8000 Add dummies for HPy(Tuple|List)Builder_IsNull · mattip/numpy@bc3cbf7 · GitHub
[go: up one dir, main page]

Skip 8000 to content

Commit bc3cbf7

Browse files
committed
Add dummies for HPy(Tuple|List)Builder_IsNull
1 parent 8fb1ee5 commit bc3cbf7

File tree

< 8000 button data-component="IconButton" type="button" data-testid="expand-file-tree-button" aria-expanded="false" aria-controls="diff_file_tree" class="prc-Button-ButtonBase-c50BI d-md-none position-relative fgColor-muted prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":Rqatdab:-loading-announcement" aria-labelledby=":R2atdab:">

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

numpy/core/src/common/hpy_utils.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,4 +382,7 @@ HPy_IsInstance(HPyContext *ctx, HPy obj, HPy type)
382382
return HPy_TypeCheck(ctx, obj, type);
383383
}
384384

385+
#define HPyTupleBuilder_IsNull(...) 0
386+
#define HPyListBuilder_IsNull(...) 0
387+
385388
#endif /* NUMPY_CORE_SRC_MULTIARRAY_HPY_UTILS_H_ */

0 commit comments

Comments
 (0)
0