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, 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-05-23.19:48:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432410516.66.0.541338690556.issue14373@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Raymond.

I tried to write an implementation with locking, but it would be too complicated (much more complex than all proposed before patches), because recursive locks are needed. In any case I think that GIL is enough here. Locking in Python implementation is needed for atomic modifying linked list.
History
Date User Action Args
2015-05-23 19:48:36serhiy.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
2015-05-23 19:48:36serhiy.storchakasetmessageid: <1432410516.66.0.541338690556.issue14373@psf.upfronthosting.co.za>
2015-05-23 19:48:36serhiy.storchakalinkissue14373 messages
2015-05-23 19:48:36serhiy.storchakacreate