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