mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 07:24:34 +00:00
multiprocessing.get_context("fork")
This commit is contained in:
parent
9614a08708
commit
c39fb7f1b8
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue