Subject: [boost] Boost.Python and __slots__
From: Matt Calabrese (rivorus_at_[hidden])
Date: 2014-06-26 15:16:42


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