]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix _dump_registry() to use the correct prefix for the private
authorGuido van Rossum <guido@python.org>
Sat, 18 Aug 2007 00:08:26 +0000 (00:08 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 18 Aug 2007 00:08:26 +0000 (00:08 +0000)
commit787794f8e2566a0d6561a7fdad84e580dc9c7d05
tree176e0d246d1bf75468377879b558ef7285db1e9f
parentba9c9ac7747dfd00ad897d016bd83e45fe2090f7
Fix _dump_registry() to use the correct prefix for the private
methods.  Reset the negative cache *before* resetting the invalidation
counter, hoping this may plug a race condition (but then again, this
whole module isn't coded to be thread-safe).
Lib/abc.py