celery / billiard

Multiprocessing Pool Extensions
Other
419 stars 252 forks source link

Replace deprecated threading Event.isSet with Event.is_set #360

Closed mnito closed 2 years ago

mnito commented 2 years ago

Prevent deprecation warnings on Python 3.10

Event.is_set has been available since Python 2.6 and is effectively the same as Event.isSet