Skip to content
  • Paul Sokolovsky's avatar
    py: Move stack_ctrl_init() to mp_init(). · 8a96ebea
    Paul Sokolovsky authored
    As stack checking is enabled by default, ports which don't call
    stack_ctrl_init() are broken now (report RuntimeError on startup). Save
    them trouble and just init stack control framework in interpreter init.
    8a96ebea