Skip to content

Commit 6cc580c

Browse files
authored
Merge pull request #5588 from cloudflare/hoodmane/check-rng-state-enable-date
Add impliedByAfterDate for python_check_rng_state
1 parent 66fb393 commit 6cc580c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workerd/io/compatibility-date.capnp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
12191219
pythonCheckRngState @144 : Bool
12201220
$compatEnableFlag("python_check_rng_state")
12211221
$compatDisableFlag("disable_python_check_rng_state")
1222-
$experimental;
1222+
$impliedByAfterDate(name = "pythonWorkers", date = "2025-12-16");
12231223

12241224
shouldSetImmutablePrototype @145 :Bool
12251225
$compatEnableFlag("immutable_api_prototypes")

0 commit comments

Comments
 (0)