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 gregory.p.smith
Recipients Matt.Mackall, benjamin.peterson, gregory.p.smith, josh.r, larry, marmoute, mpm, rhettinger
Date 2015-04-18.19:10:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429384240.34.0.368455304058.issue23971@psf.upfronthosting.co.za>
In-reply-to
Content
Won't we always consume the memory thanks to a memset(newtable, 0, ...) https://hg.python.org/cpython/file/df28044b7e14/Objects/dictobject.c#l654 ?

(also, i'm not sure if Windows is allocates mapped pages on demand as posix systems tend to)
History
Date User Action Args
2015-04-18 19:10:40gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, larry, benjamin.peterson, mpm, Matt.Mackall, josh.r, marmoute
2015-04-18 19:10:40gregory.p.smithsetmessageid: <1429384240.34.0.368455304058.issue23971@psf.upfronthosting.co.za>
2015-04-18 19:10:40gregory.p.smithlinkissue23971 messages
2015-04-18 19:10:40gregory.p.smithcreate