1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-05 15:34:41 +00:00

multiprocessing.get_context("fork")

This commit is contained in:
Dragorn421 2025-02-18 21:31:29 +01:00
parent 9614a08708
commit c39fb7f1b8
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335

View file

@ -452,7 +452,7 @@ def main():
pools_desc_to_extract = pools_desc_modified
if pools_desc_to_extract:
with multiprocessing.Pool(
with multiprocessing.get_context("fork").Pool(
processes=args.jobs, initializer=set_sigint_ignored
) as pool:
jobs = [