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 pitrou
Recipients Mark.Shannon, benjamin.peterson, giampaolo.rodola, gregory.p.smith, jcea, jcon, pitrou, pjenvey, rhettinger, terry.reedy, vstinner
Date 2012-02-08.14:37:37
SpamBayes Score 0.00027237073
Marked as misclassified No
Message-id <1328711858.73.0.565565457867.issue13903@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at your latest patch, I worry about "any deletion
+(including pop & popitem) causes a split table to become a combined table". Why wouldn't you use a dummy pointer (such as ((PyObject *) 1)) to signal deleted slots?
History
Date User Action Args
2012-02-08 14:37:38pitrousetrecipients: + pitrou, rhettinger, terry.reedy, gregory.p.smith, jcea, vstinner, giampaolo.rodola, pjenvey, benjamin.peterson, Mark.Shannon, jcon
2012-02-08 14:37:38pitrousetmessageid: <1328711858.73.0.565565457867.issue13903@psf.upfronthosting.co.za>
2012-02-08 14:37:38pitroulinkissue13903 messages
2012-02-08 14:37:37pitroucreate