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 vapier
Recipients Arfrever, Paul Hobbs, benjamin.peterson, davin, djc, floppymaster, jnoller, neologix, python-dev, ryan.petrello, sbt, vapier, vstinner
Date 2018-11-01.05:40:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541050847.4.0.788709270274.issue24303@psf.upfronthosting.co.za>
In-reply-to
Content
that's highlighting the SemLock._make_name func which doesn't have retry logic in it.  did you mean to highlight SemLock.__init__ which has a retry loop that looks similar to the C code ?
https://github.com/python/cpython/blob/a1c249c40517917d2e0971d55aea8d14a44b2cc8/Lib/multiprocessing/synchronize.py#L55-L65
History
Date User Action Args
2018-11-01 05:40:47vapiersetrecipients: + vapier, vstinner, benjamin.peterson, djc, jnoller, Arfrever, neologix, python-dev, sbt, floppymaster, davin, Paul Hobbs, ryan.petrello
2018-11-01 05:40:47vapiersetmessageid: <1541050847.4.0.788709270274.issue24303@psf.upfronthosting.co.za>
2018-11-01 05:40:47vapierlinkissue24303 messages
2018-11-01 05:40:47vapiercreate