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

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