]> granicus.if.org Git - python/commit
Avoid calling __dict_replace() if we don't need to -- the call is much
authorFred Drake <fdrake@acm.org>
Mon, 28 Oct 2002 17:29:01 +0000 (17:29 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 28 Oct 2002 17:29:01 +0000 (17:29 +0000)
commitf55222d98fd08c469a447ee18c2922b763794fa2
treeb4554ad0423fd54caf523ba75520d6900e386754
parent15941e6a632d0203a7e4dc843f22b994e1f20e68
Avoid calling __dict_replace() if we don't need to -- the call is much
more expensive than just doing to work needed, and these things seem
to always turn into a bottleneck eventually.
Lib/xml/sax/saxutils.py