Home
last modified time | relevance | path

Searched refs:DBAgainError (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/PC/VC6/
Dreadme.txt165 XXX DBAgainError: (11, 'Resource temporarily unavailable -- unable
/external/python/cpython2/PC/VS7.1/
Dreadme.txt187 XXX DBAgainError: (11, 'Resource temporarily unavailable -- unable
/external/python/cpython2/Modules/
D_bsddb.c179 static PyObject* DBAgainError; /* EAGAIN */ variable
682 case EAGAIN: errObj = DBAgainError; break; in makeDBError()
10273 MAKE_EX(DBAgainError); in init_bsddb()