Skip to content
  • Damien George's avatar
    py: Free non-interned strings in the parser when not needed. · 52b5d76a
    Damien George authored
    mp_parse_node_free now frees the memory associated with non-interned
    strings.  And the parser calls mp_parse_node_free when discarding a
    non-used node (such as a doc string).
    
    Also, the compiler now frees the parse tree explicitly just before it
    exits (as opposed to relying on the caller to do this).
    
    Addresses issue #708 as best we can.
    52b5d76a