]> granicus.if.org Git - python/commit
make exception propogation more efficient; this avoids having Expat parse
authorFred Drake <fdrake@acm.org>
Fri, 13 Aug 2004 03:12:57 +0000 (03:12 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 13 Aug 2004 03:12:57 +0000 (03:12 +0000)
commit39689c5c6a2a3f1a9135d62b427032a3c4eae053
tree9e1e7b26ddb0beb0a67f03396daa939f51f6c256
parentd7ea55b1b83a48503f7fb48517ae61a8c54ee3c5
make exception propogation more efficient; this avoids having Expat parse
the remaining data in the buffer (which it had done happily without reporting
any results)

this depends on a new feature in Expat added in 1.95.8
Modules/pyexpat.c