Skip to content
  • Damien George's avatar
    py: Add support for __debug__ constant. · 97f9a281
    Damien George authored
    __debug__ now resolves to True or False.  Its value needs to be set by
    mp_set_debug().
    
    TODO: call mp_set_debug in unix/ port.
    
    TODO: optimise away "if False:" statements in compiler.
    97f9a281