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

GitHub noreply at github.com
Sat May 20 03:04:54 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: e9f9b042781e3cb480315860bcdf7b7d22cba0f8
      https://github.com/python/cpython/commit/e9f9b042781e3cb480315860bcdf7b7d22cba0f8
  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:
  -----------
  [2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribute names. (GH-1652) (#1675)

Based on patch by Eryk Sun.
(cherry picked from commit d896985bb2de49046f9b6879e906d1e4db255e23)




More information about the Python-checkins mailing list