uqfoundation / pathos

parallel graph management and execution in heterogeneous computing
http://pathos.rtfd.io
Other
1.36k stars 91 forks source link

map raises DeprecationWarning in 3.12.0b1 #268

Closed mmckerns closed 1 year ago

mmckerns commented 1 year ago

DeprecationWarning is raised due to popen_fork in 3.12.0b1 upon call of map (see test_mp.py)

mmckerns commented 1 year ago

filtered in 4340e27