Skip to content

Commit 03f44b8

Browse files
author
Christopher Doris
committed
correct field names and types
1 parent 052df20 commit 03f44b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/C/consts.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@ end
316316
vectorcall::Ptr{Cvoid} = C_NULL
317317

318318
# Python 3.12+ fields
319-
tp_watched::Cchar = 0
319+
watched::Cuchar = 0
320320

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

325325
@kwdef struct PySimpleObject{T}

0 commit comments

Comments
 (0)