We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c1048 commit 0ebe0deCopy full SHA for 0ebe0de
src/JlWrap/C.jl
@@ -346,8 +346,7 @@ function init_c()
346
# Create PyType_Spec
347
_pyjlbase_spec[] = C.PyType_Spec(
348
name = pointer(_pyjlbase_name),
349
- basicsize = Cint(sizeof(PyJuliaValueObject)),
350
- itemsize = Cint(0),
+ basicsize = sizeof(PyJuliaValueObject),
351
flags = C.Py_TPFLAGS_BASETYPE | C.Py_TPFLAGS_HAVE_VERSION_TAG,
352
slots = pointer(_pyjlbase_slots),
353
)
0 commit comments