• Jack Jansen's avatar
    All import-related code has moved to macimport.c. · 1e2260fc
    Jack Jansen authored
    There's also new support for importing code fragments: if a file on
    sys.path contains a PYD resource with resourcename equal to the name
    of the module to be imported this PYD resource should contain a
    (pascal) string with the name of a code fragment to load. This allows
    freezing Python programs without access to source or a development
    environment.
    1e2260fc
macglue.c 21.9 KB