celery / billiard

Multiprocessing Pool Extensions
Other
419 stars 252 forks source link

fix test_spawn on pypy #300

Closed graingert closed 4 years ago

graingert commented 4 years ago

use sigusr1 for pdeathsignal test

auvipy commented 4 years ago

should we merge this?

graingert commented 4 years ago

Bear in mind this is due to a pypy bug that's now fixed

graingert commented 4 years ago

@auvipy here's some more details: https://github.com/giampaolo/psutil/issues/1659 but I think using a Queue and signal handler is nicer anyway

auvipy commented 4 years ago

@thedrow