Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
I made a typo that made it into the final code:
Lines 1211 to 1212 in00ffdf2
| ifgetattr(cls,'__dictrefoffset__',-1)!=0: | |
| slots.append('__dict__') |
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