[Python-Dev] PEP 487: Simpler customization of class creation

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Jun 22 01:34:48 EDT 2016


Nick Coghlan wrote:
> Something that isn't currently defined in PEP 520 ... is where
> descriptors implicitly defined via __slots__ will appear relative to
> other attributes.

In the place where the __slots__ attribute appears?

-- 
Greg


More information about the Python-Dev mailing list