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 jcea, josh.r, larry, rhettinger, serhiy.storchaka
Date 2016-02-07.23:33:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454887997.88.0.827275025914.issue17394@psf.upfronthosting.co.za>
In-reply-to
Content
Since the patch is so complex, I suggest to split it on parts, and review and commit them separately:

1) Refactoring. Extract common code to macros and utility functions. These macros can be used for more efficient implementing insert() and __del__.

2) Add slice getting.

3) Add slice assignment and deleting. I'm not sure that this is needed for deque.
History
Date User Action Args
2016-02-07 23:33:17serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, jcea, larry, josh.r
2016-02-07 23:33:17serhiy.storchakasetmessageid: <1454887997.88.0.827275025914.issue17394@psf.upfronthosting.co.za>
2016-02-07 23:33:17serhiy.storchakalinkissue17394 messages
2016-02-07 23:33:17serhiy.storchakacreate