]> granicus.if.org Git - python/commit
Slight performance hack that also avoids requiring the existence of thread
authorFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 19:31:38 +0000 (19:31 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 19:31:38 +0000 (19:31 +0000)
commit1bff34ab9687129effc2462c0cab7507b0f016e5
tree44428e64ca43867f96fa92ef88863259d3587b5e
parentc18b7d9b2be37386a05bb2b3f4e64b396c5aed48
Slight performance hack that also avoids requiring the existence of thread
state for dictionaries that have only been indexed by string keys.

See the comments in SourceForge for more.

This closes SourceForge patch #101309.
Objects/dictobject.c