]> granicus.if.org Git - python/commit
bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 20 May 2017 05:48:06 +0000 (08:48 +0300)
committerGitHub <noreply@github.com>
Sat, 20 May 2017 05:48:06 +0000 (08:48 +0300)
commitd896985bb2de49046f9b6879e906d1e4db255e23
treeb66eda420f110f93fa33b0e6454b822b23e4a8f7
parent3378b2062c7fbb77a9b5e6d315d6b94160fac69a
bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652)

Based on patch by Eryk Sun.
Lib/test/test_class.py
Misc/NEWS
Objects/typeobject.c