Commit c87a33b
committed
Remove _StridedLayout from cuda.core public API
_StridedLayout is a private symbol (underscore-prefixed) that was
imported from cuda.core._layout into cuda/core/__init__.py, making it
unintentionally available as a public name. All internal usage
(in _memoryview.pyx) already imports it directly via cimport from the
private module, so the re-export in __init__.py is unnecessary.1 parent d818a75 commit c87a33b
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
0 commit comments