Skip to content

v0.2.3

Compare
Choose a tag to compare
@rosswhitfield rosswhitfield released this 20 Jan 19:09
2e4e16c

Change multiprocessing start method to fork on macOS after the default method was changed in python 3.8 and above, see bpo-33725. This was causing issues where we were getting TypeError: cannot pickle '_thread.RLock’ object on macOS.