commit | d896985bb2de49046f9b6879e906d1e4db255e23 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat May 20 08:48:06 2017 +0300 |
committer | GitHub <noreply@github.com> | Sat May 20 08:48:06 2017 +0300 |
tree | b66eda420f110f93fa33b0e6454b822b23e4a8f7 | |
parent | 3378b2062c7fbb77a9b5e6d315d6b94160fac69a [diff] |
bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652) Based on patch by Eryk Sun.