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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user