Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 193f7e094f070cecbc6faea6dffafb80ea9e7536 https://github.com/python/cpython/commit/193f7e094f070cecbc6faea6dffafb80ea9e7536 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年05月20日 (2017年5月20日) Changed paths: M Lib/test/test_class.py M Misc/NEWS M Objects/typeobject.c Log Message: ----------- [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)