python3{13,14}FreeThreading: pass interpreter as self (#411797)

This commit is contained in:
dotlambda
2025-05-28 10:18:04 -07:00
committed by GitHub
+2
View File
@@ -6628,10 +6628,12 @@ with pkgs;
# https://py-free-threading.github.io
python313FreeThreading = python313.override {
self = python313FreeThreading;
pythonAttr = "python313FreeThreading";
enableGIL = false;
};
python314FreeThreading = python314.override {
self = python314FreeThreading;
pythonAttr = "python313FreeThreading";
enableGIL = false;
};