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:04:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495263895.53.0.667448503852.issue25794@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset e9f9b042781e3cb480315860bcdf7b7d22cba0f8 by Serhiy Storchaka in branch '2.7':
[2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribute names. (GH-1652) (#1675)
https://github.com/python/cpython/commit/e9f9b042781e3cb480315860bcdf7b7d22cba0f8
History
Date User Action Args
2017-05-20 07:04:55serhiy.storchakasetrecipients: + serhiy.storchaka, berker.peksag, eryksun, Dominik Schmid, louielu
2017-05-20 07:04:55serhiy.storchakasetmessageid: <1495263895.53.0.667448503852.issue25794@psf.upfronthosting.co.za>
2017-05-20 07:04:55serhiy.storchakalinkissue25794 messages
2017-05-20 07:04:55serhiy.storchakacreate