Skip to content

Commit d13789f

Browse files
authored
Correct field type
1 parent 02b9ba1 commit d13789f

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::Cuint = 0
322+
tp_versions_used::Cuint16 = 0
323323
end
324324

325325
const PyTypePtr = Ptr{PyTypeObject}

0 commit comments

Comments
 (0)