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.py1044 from _testcapi import raise_memoryerror
1047 raise_memoryerror()
1102 from _testcapi import raise_memoryerror
1110 raise_memoryerror()
/external/python/cpython3/Modules/
D_testcapimodule.c2885 raise_memoryerror(PyObject *self) in raise_memoryerror() function
4581 {"raise_memoryerror", (PyCFunction)raise_memoryerror, METH_NOARGS},