You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
xrmx
changed the title
uWSGI fails to start with "--py-call-osafterfork" on Python 3.12 (work with Python 3.12)
uWSGI fails to start with "--py-call-osafterfork" on Python 3.13 (work with Python 3.12)
Apr 9, 2025
Using uwsgi 2.0.28, simply running the
uwsgi --master --http=8080 --py-call-osafterfork
command on an empty environment.The module is looping on the last error:
Fatal Python error: PyMutex_Unlock: unlocking mutex that is not locked
It's working fine.
The text was updated successfully, but these errors were encountered: