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 rhettinger
Recipients Arfrever, Jim.Jewett, asvetlov, gregory.p.smith, gvanrossum, ncoghlan, pitrou, r.david.murray, rhettinger, skrah, vstinner
Date 2012-04-01.23:56:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333324615.1.0.900014822231.issue14417@psf.upfronthosting.co.za>
In-reply-to
Content
IIRC, Jython uses concurrent mappings, so this isn't an issue for them.

CPython's dictresize() relies on the GIL to atomically resize the ma_table.  There are no pure python calls (the existing hash values are reused) and the ref counts are neutral.
History
Date User Action Args
2012-04-01 23:58:29rhettingerunlinkissue14417 messages
2012-04-01 23:56:55rhettingersetrecipients: + rhettinger, gvanrossum, gregory.p.smith, ncoghlan, pitrou, vstinner, Arfrever, r.david.murray, asvetlov, skrah, Jim.Jewett
2012-04-01 23:56:55rhettingersetmessageid: <1333324615.1.0.900014822231.issue14417@psf.upfronthosting.co.za>
2012-04-01 23:56:54rhettingerlinkissue14417 messages
2012-04-01 23:56:54rhettingercreate