Files
Jeong, YunWon 5530855436 Make __hello_only__ a frozen-only alias of __hello__ (#7160)
Remove __hello_only__.py source file and its symlink. Register
__hello_only__ as a frozen module alias reusing __hello__ bytecode,
matching the behavior where origname is None (no source file).
2026-02-15 22:25:28 +09:00
..
2025-11-15 21:51:33 +09:00

Frozen Python modules

A collection of Python modules frozen into the VM at compile time.

See the comments in frozen.rs for explanations of the different files and subdirectories in this directory.