Skip to content
Snippets Groups Projects
Select Git revision
0 results

frozenmod.h

  • Paul Sokolovsky's avatar
    fb742cdc
    py/{builtinimport,frozenmod}: Rework frozen modules support to support packages. · fb742cdc
    Paul Sokolovsky authored
    Now frozen modules is treated just as a kind of VFS, and all operations
    performed on it correspond to operations on normal filesystem. This allows
    to support packages properly, and potentially also data files.
    
    This change also have changes to rework frozen bytecode modules support to
    use the same framework, but it's not finished (and actually may not work,
    as older adhox handling of any type of frozen modules is removed).
    fb742cdc
    History
    py/{builtinimport,frozenmod}: Rework frozen modules support to support packages.
    Paul Sokolovsky authored
    Now frozen modules is treated just as a kind of VFS, and all operations
    performed on it correspond to operations on normal filesystem. This allows
    to support packages properly, and potentially also data files.
    
    This change also have changes to rework frozen bytecode modules support to
    use the same framework, but it's not finished (and actually may not work,
    as older adhox handling of any type of frozen modules is removed).