crochet icon indicating copy to clipboard operation
crochet copied to clipboard

Use os.register_at_fork to make crochet work better with e.g. multiprocessing

Open itamarst opened this issue 6 years ago • 2 comments

https://docs.python.org/3/library/os.html#os.register_at_fork sounds like it might make Crochet not break when multiprocessing default mode is used.

itamarst avatar Dec 03 '19 22:12 itamarst

Requires Python 3.7.

itamarst avatar May 10 '21 12:05 itamarst

Could do this now...

itamarst avatar Jul 01 '23 20:07 itamarst