]> granicus.if.org Git - python/commit
[3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (GH-1652...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 20 May 2017 07:23:58 +0000 (10:23 +0300)
committerGitHub <noreply@github.com>
Sat, 20 May 2017 07:23:58 +0000 (10:23 +0300)
commit4a86fe9d3f5e7af6f019ae22536eec228f04e22e
treeb72c781d6e73c2ef4c445dd067dbb92776b857d3
parent9503dd1e1865bb873a1f72f63ae384bba8462c5e
[3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (GH-1652) (#1674)

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