Open
Description
Bug report
See #118099 (comment) and #118033
We now correctly check for __dictoffset__
and __weakoffset__
on C types without __slots__
defined:
Lines 1201 to 1212 in c68acb1
But, not in this case:
Lines 1213 to 1218 in c68acb1
So, in theory there might be C types with __slots__
and __dictoffset__
and __weakoffset__
.
I will investigate!