Damien George 1b82e9af5c py: Improve handling of memory error in parser.
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.
2014-05-10 17:36:41 +01:00
..
2014-05-03 23:27:38 +01:00
2014-05-03 23:27:38 +01:00
2014-05-08 10:06:43 +02:00
2014-05-10 16:56:20 +03:00
2014-05-08 10:06:43 +02:00
2014-05-09 13:58:15 +02:00