]> granicus.if.org Git - python/commit
Optimize tostringlist by taking the stream class outside the function. It's now 2x...
authorEli Bendersky <eliben@gmail.com>
Tue, 17 Jul 2012 12:09:12 +0000 (15:09 +0300)
committerEli Bendersky <eliben@gmail.com>
Tue, 17 Jul 2012 12:09:12 +0000 (15:09 +0300)
commit43cc5f29a8666404255c9d1619c1aef0fe817486
treeba85b1377dba2602fcd47f7c102e7bf0d2a4315e
parent94554921421145569bfa4319e0a0610afdb68c78
Optimize tostringlist by taking the stream class outside the function. It's now 2x faster on short calls. Related to #1767933
Lib/xml/etree/ElementTree.py