Benjamin Peterson <[email protected]> added the comment:
Yes On Wed, Oct 31, 2018, at 22:40, Mike Frysinger wrote: > > Mike Frysinger <[email protected]> added the comment: > > 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> > ---------- > > _______________________________________ > Python tracker <[email protected]> > <https://bugs.python.org/issue24303> > _______________________________________ ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue24303> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
