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 serhiy.storchaka
Recipients Aaron.Meurer, BreamoreBoy, Tim.Graham, amaury.forgeotdarc, anacrolix, asvetlov, brechtm, eric.snow, ezio.melotti, giampaolo.rodola, jcea, josh.r, kachayev, kmike, meador.inge, pitrou, poke, python-dev, rhettinger, scoder, serhiy.storchaka
Date 2015-06-22.04:10:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441431.bRtOMGd49G@raxxla>
In-reply-to <1434908229.26.0.222734971183.issue14373@psf.upfronthosting.co.za>
Content
> If the C version is to remain in Python3.5, please make sure it provides all
> of the carefully designed features of the pure python version:
> 
>    * The hash function is called no more than once per element

Will be satisfied by issue24483.

I think all other capabilities are satisfied. The GIL is used to satisfy 
thread-safe.
History
Date User Action Args
2015-06-22 04:10:52serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, jcea, amaury.forgeotdarc, pitrou, scoder, giampaolo.rodola, ezio.melotti, asvetlov, poke, meador.inge, anacrolix, Aaron.Meurer, BreamoreBoy, python-dev, eric.snow, brechtm, kmike, kachayev, josh.r, Tim.Graham
2015-06-22 04:10:51serhiy.storchakalinkissue14373 messages
2015-06-22 04:10:51serhiy.storchakacreate