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 westurner
Recipients Arfrever, alex, asvetlov, benjamin.peterson, eric.araujo, eric.snow, ezio.melotti, flox, gregory.p.smith, josh.r, pitrou, refi64, rhettinger, serhiy.storchaka, tonn81, westurner, yselivanov
Date 2014-12-17.16:43:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418834634.17.0.240871126751.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
* Macros could be useful.
* Would this make it easy/faster to also have a DefaultOrderedDict (which can/could also be accomplished with .get(attr, []) and .setdefault(attr, [])?
* There may be some value in looking at https://pypi.python.org/pypi/cyordereddict
* (I'm really not qualified to review this. Valgrind?)
History
Date User Action Args
2014-12-17 16:43:54westurnersetrecipients: + westurner, rhettinger, gregory.p.smith, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, alex, asvetlov, flox, eric.snow, serhiy.storchaka, yselivanov, refi64, josh.r, tonn81
2014-12-17 16:43:54westurnersetmessageid: <1418834634.17.0.240871126751.issue16991@psf.upfronthosting.co.za>
2014-12-17 16:43:54westurnerlinkissue16991 messages
2014-12-17 16:43:54westurnercreate