Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/C/consts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,11 @@ end
finalize::Ptr{Cvoid} = C_NULL
vectorcall::Ptr{Cvoid} = C_NULL

# Python 3.12+ fields
tp_watched::Cchar = 0

# Python 3.13+ fields
tp_versions_used::Cushort = 0
end

const PyTypePtr = Ptr{PyTypeObject}
Expand Down
Loading