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