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 xdegaye
Recipients Pierrick.Koch, andy_js, giampaolo.rodola, xdegaye
Date 2013-05-29.16:40:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369845659.22.0.136862755741.issue17925@psf.upfronthosting.co.za>
In-reply-to
Content
extendleft is an extension module C function (in the _collections
module) that does not release the GIL, so it is thread safe.
History
Date User Action Args
2013-05-29 16:40:59xdegayesetrecipients: + xdegaye, giampaolo.rodola, Pierrick.Koch, andy_js
2013-05-29 16:40:59xdegayesetmessageid: <1369845659.22.0.136862755741.issue17925@psf.upfronthosting.co.za>
2013-05-29 16:40:59xdegayelinkissue17925 messages
2013-05-29 16:40:59xdegayecreate