mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
Bugfix for issue3885 and 'DB.verify()' crash.
Reviewed by Nick Coghlan.
This commit is contained in:
parent
09979a137a
commit
5cd5f12a48
3 changed files with 123 additions and 44 deletions
|
@ -105,7 +105,7 @@
|
|||
#error "eek! DBVER can't handle minor versions > 9"
|
||||
#endif
|
||||
|
||||
#define PY_BSDDB_VERSION "4.7.3pre5"
|
||||
#define PY_BSDDB_VERSION "4.7.3pre9"
|
||||
|
||||
/* Python object definitions */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue