Closed goodboy closed 2 years ago
Bare bones attempt at avoiding import of multiprocessing until absolutely necessary mostly to avoid any side effects present in the resource_tracker module.
multiprocessing
resource_tracker
Also includes fix for a msgspec error rename in the latest version.
msgspec
Bare bones attempt at avoiding import of
multiprocessing
until absolutely necessary mostly to avoid any side effects present in theresource_tracker
module.Also includes fix for a
msgspec
error rename in the latest version.