celery / billiard

Multiprocessing Pool Extensions
Other
419 stars 252 forks source link

Add Code.co_positions for python 3.11 support #378

Closed fredley closed 2 years ago

fredley commented 2 years ago

The new property co_positions needs to be pulled through for Exception handling in python 3.11 to work.

Addresses #377

auvipy commented 2 years ago

is this still needed after https://github.com/celery/billiard/commit/e1259e43cc374fd0242ff5424c5028eb59b893d4 is merged?

fredley commented 2 years ago

No!