You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openfeature/provider/_registry.py
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,7 @@
17
17
iftyping.TYPE_CHECKING:
18
18
fromopenfeature._event_supportimportEventSupport
19
19
20
-
# spec 1.8.4: a provider should not be bound to more than one OpenFeature API
21
-
# instance simultaneously. We track the owning registry per provider; rebinding
22
-
# to a different registry raises. WeakKeyDictionary lets providers be GC'd.
20
+
# spec 1.8.4: provider must not bind to more than one API; we track owning registry per provider, rebinding raises. WeakKeyDictionary lets providers be GC'd
0 commit comments