mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
pybsddb 4.8.4 integration. Please, comment in issue #8156
This commit is contained in:
parent
31e928eb3c
commit
6557aac599
23 changed files with 3360 additions and 455 deletions
2
setup.py
2
setup.py
|
|
@ -708,7 +708,7 @@ class PyBuildExt(build_ext):
|
|||
# versions of BerkeleyDB already installed.
|
||||
|
||||
max_db_ver = (4, 8)
|
||||
min_db_ver = (3, 3)
|
||||
min_db_ver = (4, 1)
|
||||
db_setup_debug = False # verbose debug prints from this script?
|
||||
|
||||
def allow_db_ver(db_ver):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue