docker-library / python

Docker Official Image packaging for Python

Home Page:https://www.python.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Threading issues in python3.11 to python3.11.9-slim-bookworm

taylornelsonbluecargo opened this issue · comments

We notice threading issues in our environment with the minor version upgrade

Noticing the same thing here. Causing ddtrace-run to fail with gunicorn

Yep - same problem. Gunicorn workers all crashing. I've downgraded to python3.10 image and all fine.

"threading issues" is not really enough for us to reproduce, let alone help diagnose 😉

Does anyone have a minimal reproducer?

We didn't change any build flags or anything else (except likely some OS package updates from a rebuild) between 3.11.8 and 3.11.9, so if there is an issue, it would be in python itself or a pip installed python package.

Does this looks similar to your issues? benoitc/gunicorn#2899