26 Jun
2014
26 Jun
'14
7:16 p.m.
Does something special need to be done to setup __slots__ on a class bound via Boost.Python? I can set __slots__ on the class and verify that it can be accessed from python, however I am still able to set members that aren't in the __slots__ list. -- -Matt Calabrese