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 benjamin.peterson
Recipients Arfrever, Paul Hobbs, benjamin.peterson, davin, djc, floppymaster, jnoller, neologix, python-dev, ryan.petrello, sbt, vapier, vstinner
Date 2018-11-01.04:58:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541048318.02.0.788709270274.issue24303@psf.upfronthosting.co.za>
In-reply-to
Content
The retry logic is implemented at a different layer in Python 3: https://github.com/python/cpython/blob/a1c249c40517917d2e0971d55aea8d14a44b2cc8/Lib/multiprocessing/synchronize.py#L115-L117
History
Date User Action Args
2018-11-01 04:58:38benjamin.petersonsetrecipients: + benjamin.peterson, vstinner, vapier, djc, jnoller, Arfrever, neologix, python-dev, sbt, floppymaster, davin, Paul Hobbs, ryan.petrello
2018-11-01 04:58:38benjamin.petersonsetmessageid: <1541048318.02.0.788709270274.issue24303@psf.upfronthosting.co.za>
2018-11-01 04:58:38benjamin.petersonlinkissue24303 messages
2018-11-01 04:58:37benjamin.petersoncreate