Riccardo Magliocchetti

Results 494 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

@pR0Ps Please add a changelog entry

Pretty sure this is not the correct repository to report an issue with an ingress controller.

@mlasch Is this https://github.com/python/importlib_metadata/issues/489 the issue (fixed in 8.1.0) that wouldn't let you use `importlib-metadata` in yocto?