Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_linecache.py130 def raise_memoryerror(*args, **kwargs): function
132 with support.swap_attr(linecache, 'updatecache', raise_memoryerror):
137 with support.swap_attr(linecache, 'updatecache', raise_memoryerror):
/external/python/cpython3/Lib/test/
Dtest_linecache.py228 def raise_memoryerror(*args, **kwargs): function
230 with support.swap_attr(linecache, 'updatecache', raise_memoryerror):
235 with support.swap_attr(linecache, 'updatecache', raise_memoryerror):
Dtest_exceptions.py1105 from _testcapi import raise_memoryerror
1108 raise_memoryerror()
1163 from _testcapi import raise_memoryerror
1171 raise_memoryerror()
/external/python/cpython3/Modules/
D_testcapimodule.c3246 raise_memoryerror(PyObject *self, PyObject *Py_UNUSED(ignored)) in raise_memoryerror() function
5301 {"raise_memoryerror", raise_memoryerror, METH_NOARGS},