Riccardo Magliocchetti

Results 337 comments of Riccardo Magliocchetti

> Why calling _PyImport_AcquireLock() in uwsgi_python_pre_uwsgi_fork(), instead of PyOS_BeforeFork()? I think the code predates PyOS_BeforeFork by years :sweat_smile: and we didn't give it enough attention until it broke. > By...

Opened a PR here, CI passes but haven't tested it https://github.com/unbit/uwsgi/pull/2655

@OlegZv we can only accept contributions covered by the CLA, please sign it.

@auvipy here's a stacktrace if you need one: ``` DatabaseError: DatabaseWrapper objects created in a thread can only be used in that same thread. The object with alias 'default' was...

Yeah, I am puzzled on why asyncio should be involved at all though