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 eric.snow
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.21:27:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418851623.87.0.396112470564.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
Suggestions from Antoine on python-dev:

* do not make cOrderedDict "builtin"; drop changes to:
  - Include/Python.h
  - Objects/object.c
  - Makefile.pre.in
* do not add a C-API
* include the linked list pointers in the hash entries? (may simplify things)
* drop the shared/split keys mechanism?
* do not subclass dict? (can of worms)
History
Date User Action Args
2014-12-17 21:27:03eric.snowsetrecipients: + eric.snow, rhettinger, gregory.p.smith, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, alex, asvetlov, flox, serhiy.storchaka, yselivanov, westurner, refi64, josh.r, tonn81
2014-12-17 21:27:03eric.snowsetmessageid: <1418851623.87.0.396112470564.issue16991@psf.upfronthosting.co.za>
2014-12-17 21:27:03eric.snowlinkissue16991 messages
2014-12-17 21:27:03eric.snowcreate