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 Tim Mitchell, abarry, christian.heimes, duaneg, larry, methane, ned.deily, rhettinger, serhiy.storchaka, tehybel
Date 2017-05-20.17:22:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495300947.9.0.983918640504.issue27945@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for your patches Duane and Tim. Thank you for your very detailed report that allow writing these patches tehybel.

I excluded changes in dict.fromkeys() since they look unnecessary for this issue after fixing insertdict(). There are other reasons for adding these changes (this makes the behavior with exact dicts and sets and their subclasses more consistent), but this is other issue. There are also reasons for not adding them.

We need to check also the set implementation whether it is vulnerable to similar issues.
History
Date User Action Args
2017-05-20 17:22:27serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, larry, christian.heimes, ned.deily, duaneg, methane, abarry, tehybel, Tim Mitchell
2017-05-20 17:22:27serhiy.storchakasetmessageid: <1495300947.9.0.983918640504.issue27945@psf.upfronthosting.co.za>
2017-05-20 17:22:27serhiy.storchakalinkissue27945 messages
2017-05-20 17:22:27serhiy.storchakacreate