| commit | baa7223bcd64bc092c51548caaef1fb52782ae52 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Tue Nov 29 09:56:07 2016 +0200 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Nov 29 09:56:07 2016 +0200 |
| tree | 30929588a468110b5959468d94babd257b2e79d4 | |
| parent | 3d85fae91f82f27d239b51098fa90eee9d812ae4 [diff] | |
| parent | 9ec07721f459d14131d6453ccb6d2a1a0b0c1959 [diff] |
Issue #28797: Modifying the class __dict__ inside the __set_name__ method of a descriptor that is used inside that class no longer prevents calling the __set_name__ method of other descriptors.