This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Dominik Schmid, berker.peksag, eryksun, louielu, serhiy.storchaka
Date 2017-05-20.07:24:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495265040.09.0.60941265755.issue25794@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 4a86fe9d3f5e7af6f019ae22536eec228f04e22e by Serhiy Storchaka in branch '3.5':
[3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (GH-1652) (#1674)
https://github.com/python/cpython/commit/4a86fe9d3f5e7af6f019ae22536eec228f04e22e
History
Date User Action Args
2017-05-20 07:24:00serhiy.storchakasetrecipients: + serhiy.storchaka, berker.peksag, eryksun, Dominik Schmid, louielu
2017-05-20 07:24:00serhiy.storchakasetmessageid: <1495265040.09.0.60941265755.issue25794@psf.upfronthosting.co.za>
2017-05-20 07:24:00serhiy.storchakalinkissue25794 messages
2017-05-20 07:24:00serhiy.storchakacreate