[Python-checkins] [python/cpython] 4a86fe: [3.5] bpo-25794: Fix `type.__setattr__()` for non-...

GitHub noreply at github.com
Sat May 20 03:23:59 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 4a86fe9d3f5e7af6f019ae22536eec228f04e22e
      https://github.com/python/cpython/commit/4a86fe9d3f5e7af6f019ae22536eec228f04e22e
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
    M Lib/test/test_class.py
    M Misc/NEWS
    M Objects/typeobject.c

  Log Message:
  -----------
  [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)




More information about the Python-checkins mailing list