• Jason Madden's avatar
    Let object.__getattribute__ work in methods wrapped with an acquisition wrapper. Fixes #9. · 5ec1f3f7
    Jason Madden authored
    Dict-based objects are easy, just an assignment. But objects with
    __slots__ require generating new classes on-the-fly with matching
    descriptors (which is how slots are actually implemented). One
    prominent use-case is the `persistent` library which is slot-based.
    
    This is only implemented for the pure-python version because it's only
    been observed to be a problem in that use-case.
    5ec1f3f7
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGES.rst 5.02 KB