Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c3317 get_memory_error(int allow_allocation, PyObject *args, PyObject *kwds) in get_memory_error() argument
3322 if (!allow_allocation) { in get_memory_error()