[Python-Dev] Review request: issue 27350, compact ordered dict (original) (raw)
Guido van Rossum guido at python.org
Sun Aug 28 01:05:48 EDT 2016
- Previous message (by thread): [Python-Dev] Review request: issue 27350, compact ordered dict
- Next message (by thread): [Python-Dev] Review request: issue 27350, compact ordered dict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hopefully some core dev(s) can work on this during the core sprint, which is from Sept 5-9.
On Sat, Aug 27, 2016 at 7:59 PM, INADA Naoki <songofacandy at gmail.com> wrote:
Last call. There are only two weeks until 3.6 beta. Please review it if possible.
On Tue, Aug 9, 2016 at 10:12 PM, INADA Naoki <songofacandy at gmail.com> wrote: > Hi, devs. > > I've implemented compact and ordered dictionary [1], which PyPy > implemented in 2015 [2]. > > Since it is my first large patch, I would like to have enough time for > review cycle by Python 3.6 beta1. > > Could someone review it? > > [1] http://bugs.python.org/issue27350 > [2] https://morepypy.blogspot.jp/2015/01/faster-more-memory- efficient-and-more.html > > -- > INADA Naoki <songofacandy at gmail.com> -- INADA Naoki <songofacandy at gmail.com>
Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/ guido%40python.org
-- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160827/d02df57a/attachment.html>
- Previous message (by thread): [Python-Dev] Review request: issue 27350, compact ordered dict
- Next message (by thread): [Python-Dev] Review request: issue 27350, compact ordered dict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]