]> granicus.if.org Git - python/commit
[2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribute names...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 20 May 2017 07:04:53 +0000 (10:04 +0300)
committerGitHub <noreply@github.com>
Sat, 20 May 2017 07:04:53 +0000 (10:04 +0300)
commite9f9b042781e3cb480315860bcdf7b7d22cba0f8
tree6ed59ddc486a324e938c3ca947cb0799c21ddf26
parentc47c315812b1fa9acb16510a7aa3b37d113def48
[2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribute names. (GH-1652) (#1675)

Based on patch by Eryk Sun.
(cherry picked from commit d896985bb2de49046f9b6879e906d1e4db255e23)
Lib/test/test_class.py
Misc/NEWS
Objects/typeobject.c