python313FreeThreading: init

Expose a free-threading/GIL-free top-level attribute for Python 3.13.

https://py-free-threading.github.io
This commit is contained in:
Martin Weinelt
2024-07-13 22:53:09 +02:00
parent 835c2eb07a
commit cdad47b9ec
+6
View File
@@ -17254,6 +17254,12 @@ with pkgs;
x11Support = true;
};
# https://py-free-threading.github.io
python313FreeThreading = python313.override {
pythonAttr = "python313FreeThreading";
enableGIL = false;
};
pythonInterpreters = callPackage ./../development/interpreters/python { };
inherit (pythonInterpreters) python27 python39 python310 python311 python312 python313 python3Minimal pypy27 pypy310 pypy39 rustpython;