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 xiang.zhang
Recipients mbussonn, methane, ned.deily, python-dev, skrah, vstinner, xiang.zhang
Date 2016-09-13.07:39:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473752378.58.0.95682084011.issue28040@psf.upfronthosting.co.za>
In-reply-to
Content
> assert list(b.__dict__.keys()) == ['b', 'a'])  # AssertionError!

No, there is no error. Once an pending slot is encountered it is combined. But inserting pending slots is prohibited and it's far from ideal. 

We need to know if the pending slot is the last entry or not. But it seems we can't achieve it using the current implementation. Sad. :(

In short, I give up. Sorry for the noise.
History
Date User Action Args
2016-09-13 07:39:38xiang.zhangsetrecipients: + xiang.zhang, vstinner, ned.deily, methane, skrah, python-dev, mbussonn
2016-09-13 07:39:38xiang.zhangsetmessageid: <1473752378.58.0.95682084011.issue28040@psf.upfronthosting.co.za>
2016-09-13 07:39:38xiang.zhanglinkissue28040 messages
2016-09-13 07:39:38xiang.zhangcreate