Skip to content
  • Damien George's avatar
    py: Improve handling of memory error in parser. · 1b82e9af
    Damien George authored
    Parser shouldn't raise exceptions, so needs to check when memory
    allocation fails.  This patch does that for the initial set up of the
    parser state.
    
    Also, we now put the parser object on the stack.  It's small enough to
    go there instead of on the heap.
    
    This partially addresses issue #558.
    1b82e9af