Skip to content

Commit 4274bb7

Browse files
authored
docs: mention PyRuntimeInfo in PyExecutableInfo (#3573)
This is to make it more apparent how the interpreter's information can be mixed together with the executable info. Related to #3181
1 parent 3a8829b commit 4274bb7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

python/private/py_executable_info.bzl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ The runfiles for the executable's "user" dependencies. These are things in e.g.
1818
e.g. the Python runtime itself. It's roughly akin to the files a traditional
1919
venv would have installed into it.
2020
21+
:::{seealso}
22+
{obj}`PyRuntimeInfo` for the Python runtime files. The {obj}`py_binary` et al
23+
rules provide it directly so that the runtime the binary original chose
24+
can be accessed.
25+
:::
26+
2127
:::{versionadded} VERSION_NEXT_FEATURE
2228
:::
2329
""",

0 commit comments

Comments
 (0)