Closed
Description
Bug report
I made a typo that made it into the final code:
Lines 1211 to 1212 in 00ffdf2
It should had been __dictoffset__
not __dictrefoffset__
.
Fixing plan:
- Add tests for C types with
__dictoffset__
, so it won't happen again :) - Fix the typo