Skip to content
Snippets Groups Projects
Select Git revision
  • e11b17c25ff23b5d6c5e74bc2a9bbd28bc8d2fde
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

runtime.h

Blame
  • user avatar
    Paul Sokolovsky authored
    sys.path is not initialized by rt_init(), that's left for platform-specific
    startup code. (For example, bare metal port may have some hardcoded defaults,
    and let user change sys.path directly; while port for OS with environment
    feature can take path from environment). If it's not explicitly initialized,
    modules will be imported only from a current directory.
    e11b17c2
    History
    runtime.h 2.48 KiB