celery / billiard

Multiprocessing Pool Extensions
Other
419 stars 252 forks source link

Correct spawn start method #245

Closed tonal closed 6 years ago

tonal commented 6 years ago

see #241

tonal commented 6 years ago

I change billiard.compat.spawnv_passfds. It not used in Windows...

tonal commented 6 years ago

Error in billiard.popen_spawn_win32.Popen.__init__ https://github.com/celery/billiard/blob/master/billiard/popen_spawn_win32.py#L64 It looks like the signature of the CreateProcess function or _winapi.CloseHandle has changed.

tonal commented 6 years ago

I do not use windows...