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 methane
Recipients berker.peksag, methane, minrk, ned.deily, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-12-07.17:45:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEfz+TzjZLy7X_vUxaT5i7dLoWQohQ=1G63FojGrGgjjsO6hRQ@mail.gmail.com>
In-reply-to <1481131021.13.0.494052775554.issue28147@psf.upfronthosting.co.za>
Content
> Ned Deily added the comment:
>
> This issue seems to have slipped through. Should it be a release blocker for 3.6.0 final or can it wait for 3.6.1?

On Python 3.5, instance.__dict__.popitem() cause this issue.
On Python 3.6, instance.__dict__.popitem() and instance.__dict__.pop()
cause this issue.

This is not new issue, but there is small regression.

I don't know this should be fixed in 3.6.0.
I'll make patch smaller anyway.
History
Date User Action Args
2016-12-07 17:45:27methanesetrecipients: + methane, vstinner, ned.deily, berker.peksag, serhiy.storchaka, minrk, xiang.zhang
2016-12-07 17:45:27methanelinkissue28147 messages
2016-12-07 17:45:27methanecreate