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

GitHub noreply at github.com
Sat May 20 01:48:07 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: d896985bb2de49046f9b6879e906d1e4db255e23
      https://github.com/python/cpython/commit/d896985bb2de49046f9b6879e906d1e4db255e23
  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:
  -----------
  bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652)

Based on patch by Eryk Sun.




More information about the Python-checkins mailing list