[Python-checkins] cpython (2.7): Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo

jesus.cea python-checkins at python.org
Tue Jan 17 00:17:20 CET 2012


http://hg.python.org/cpython/rev/f2ef537aaf61
changeset:   74463:f2ef537aaf61
branch:      2.7
parent:      74461:b103cc65e53d
user:        Jesus Cea <jcea at jcea.es>
date:        Tue Jan 17 00:17:10 2012 +0100
summary:
  Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -374,6 +374,9 @@
 Extension Modules
 -----------------
 
+- bsddb module: Erratic behaviour of "DBEnv->rep_elect()" because a typo.
+  Possible crash.
+
 - Issue #13774: json: Fix a SystemError when a bogus encoding is passed to
   json.loads().
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list