Skip to content

Commit

Permalink
Merge pull request #2972 from cloudflare/dominik/external-package-loa…
Browse files Browse the repository at this point in the history
…ding-compat-flag

Add compat flag to enable external Python package loading.
  • Loading branch information
dom96 authored Oct 23, 2024
2 parents 2bb9758 + 86df46f commit 7ee5f36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/workerd/io/compatibility-date.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -651,4 +651,11 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
# accepted). This is a bit restrictive, even if it is in the spec. This flag modifies
# the behavior to uppercase all methods prior to parsing to that the method is always
# recognized if it is a known method.

pythonExternalPackages @66 :Bool
$compatEnableFlag("python_external_packages");
# Temporary flag to load Python packages from external bundle loaded at runtime.
#
# This is a compat flag so that we can opt in our test workers into it before rolling out to
# everyone.
}

0 comments on commit 7ee5f36

Please sign in to comment.