yglukhov / nimpy

Nim - Python bridge
MIT License
1.48k stars 60 forks source link

__dict__ or __slots__ implementation #302

Open Asc2011 opened 7 months ago

Asc2011 commented 7 months ago

Hello yglukov,

i'm playing with ZODB and need some double-underscore attributes for the persistence-machinery to work. Whatever is easier to implement - 'slots' would suffice, 'dict' might have a broader purpose. I'd need some guidance/advice how to do it..

regards, Andreas