[Python-Dev] cpython: inspect: Add __slots__ to BoundArguments.
Yury Selivanov
yselivanov.ml at gmail.com
Fri May 15 18:40:55 CEST 2015
More information about the Python-Dev mailing list
Fri May 15 18:40:55 CEST 2015
- Previous message (by thread): [Python-Dev] cpython: inspect: Add __slots__ to BoundArguments.
- Next message (by thread): [Python-Dev] Scandir module's C code updated to Python 3.5 code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
No, it does not. I implemented __getstate__/__setstate__ specifically to maintain backwards compatibility (I also tested it). Yury On 2015-05-15 2:28 AM, Serhiy Storchaka wrote: > On 14.05.15 00:38, yury.selivanov wrote: >> https://hg.python.org/cpython/rev/ee31277386cb >> changeset: 96038:ee31277386cb >> user: Yury Selivanov <yselivanov at sprymix.com> >> date: Wed May 13 17:18:41 2015 -0400 >> summary: >> inspect: Add __slots__ to BoundArguments. > > Note that adding __slots__ breaks pickleability. > > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/yselivanov.ml%40gmail.com
- Previous message (by thread): [Python-Dev] cpython: inspect: Add __slots__ to BoundArguments.
- Next message (by thread): [Python-Dev] Scandir module's C code updated to Python 3.5 code
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list