Skip to content

Commit d13789f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)