Home
last modified time | relevance | path

Searched refs:PY_BSDDB_VERSION (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dbsddb.h113 #define PY_BSDDB_VERSION "5.3.0" macro
D_bsddb.c9650 pybsddb_version_s = PyString_FromString(PY_BSDDB_VERSION); in init_bsddb()
9655 pybsddb_version_s = PyUnicode_FromString(PY_BSDDB_VERSION); in init_bsddb()