Skip to content

Commit eb962ad

Browse files
committed
Added p_c_pointer in __slots__
1 parent 9295cd5 commit eb962ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/runtime/ltypes/ltypes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
# TODO: this does not seem to restrict other imports
99
__slots__ = ["i8", "i16", "i32", "i64", "f32", "f64", "c32", "c64", "CPtr",
10-
"overload", "ccall", "TypeVar", "pointer", "c_p_pointer", "Pointer"]
10+
"overload", "ccall", "TypeVar", "pointer", "c_p_pointer", "Pointer",
11+
"p_c_pointer"]
1112

1213
# data-types
1314

0 commit comments

Comments
 (0)