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 berker.peksag, methane, minrk, ned.deily, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-12-07.17:41:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481132513.85.0.617308181333.issue28147@psf.upfronthosting.co.za>
In-reply-to
Content
Calling pop() for instance's __dict__ is not common operation. I expected that this bug does not affect any real code. But the case in issue28894 looks as a real case. This might be a release blocker.
History
Date User Action Args
2016-12-07 17:41:53serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ned.deily, methane, berker.peksag, minrk, xiang.zhang
2016-12-07 17:41:53serhiy.storchakasetmessageid: <1481132513.85.0.617308181333.issue28147@psf.upfronthosting.co.za>
2016-12-07 17:41:53serhiy.storchakalinkissue28147 messages
2016-12-07 17:41:53serhiy.storchakacreate