commit | f55222d98fd08c469a447ee18c2922b763794fa2 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Oct 28 17:29:01 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Oct 28 17:29:01 2002 +0000 |
tree | b4554ad0423fd54caf523ba75520d6900e386754 | |
parent | 15941e6a632d0203a7e4dc843f22b994e1f20e68 [diff] |
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.