summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-06-28 22:56:48 +0000
committerFred Drake <fdrake@acm.org>2002-06-28 22:56:48 +0000
commit15cf5f2db60c20479bd37e0fc4f6920cc4bf3657 (patch)
treed20312ba7a6ae21a685211746b3bc0076f013250 /Python/pythonrun.c
parent68752c8623417b51b36f6078728333e63c4709e4 (diff)
downloadcpython-15cf5f2db60c20479bd37e0fc4f6920cc4bf3657.tar.gz
Added character data buffering to pyexpat parser objects.
Setting the buffer_text attribute to true causes the parser to collect character data, waiting as long as possible to report it to the Python callback. This can save an enormous number of callbacks from C to Python, which can be a substantial performance improvement. buffer_text defaults to false.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions