[issue25053] Possible race condition in Pool

Anil Bishnoie report at bugs.python.org
Sun Nov 15 15:23:56 EST 2020


Anil Bishnoie <reech2.anil at yahoo.com> added the comment:

from multiprocessing import Pool

l_adt=ldir()
l_ln=len(l_stk)
p = Pool(processes=l_ln)
df = p.map(ld_df1, [i for i in l_adt])

l_ln=12 processes
Above is the self explanatory code snippet

IS there a resolution ?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue25053>
_______________________________________


More information about the Python-bugs-list mailing list