python-dependency-injector icon indicating copy to clipboard operation
python-dependency-injector copied to clipboard

Update dependency-injector to run safely without the GIL

Open loligans opened this issue 5 months ago • 1 comments

When running this library in a Python 3.13 project, I get the following warning:

<frozen importlib._bootstrap>:488: RuntimeWarning: The global interpreter lock (GIL) has been enabled to load module 'dependency_injector.containers', which has not declared that it can run safely without the GIL. To override this behavior and keep the GIL disabled (at your own risk), run with PYTHON_GIL=0 or -Xgil=0

I am fairly new to Python library development so I am not sure how I can help here.

loligans avatar Jun 25 '25 06:06 loligans