dask / dask-mpi

Deploy Dask using MPI4Py
BSD 3-Clause "New" or "Revised" License
52 stars 29 forks source link

Fix shutdown errors on Python 3.8 #89

Closed kmpaul closed 2 years ago

kmpaul commented 2 years ago

This PR is designed to remove the errors that occur during shutdown during batch execution on Python 3.8.

Closes #88

kmpaul commented 2 years ago

The Python 3.9+ failures/hanging above is due to the error reported in #87. Thus, I have cancelled the remaining tests. I believe this can be merged as it specifically addresses Python 3.8 only.