uvloop icon indicating copy to clipboard operation
uvloop copied to clipboard

fix incorrect main thread id value in mp.Process

Open horpto opened this issue 3 years ago • 1 comments

fixes #452

MAIN_THREAD_ID had incorrect value when you run uvloop in subprocess. So it was affecting _setup_or_resume_signals. Subprocess is runned via multiprocessing.Process and should be closed by signal. However subprocess gets signal and stucks in eternal loop.

horpto avatar Dec 08 '21 18:12 horpto

@1st1 hello, could you please review or call someone else who can review

horpto avatar Dec 09 '21 14:12 horpto