Skip to content

Commit 124785a

Browse files
committed
fix type
1 parent 5d53c66 commit 124785a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/C/consts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ end
319319
tp_watched::Cchar = 0
320320

321321
# Python 3.13+ fields
322-
tp_versions_used::Cuint16 = 0
322+
tp_versions_used::Cushort = 0
323323
end
324324

325325
const PyTypePtr = Ptr{PyTypeObject}

0 commit comments

Comments
 (0)