Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/libregrtest/
Dsetup.py76 newsoft = min(hard, max(soft, 1024*2048))
77 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))
/external/python/cpython2/Lib/test/
Dregrtest.py224 newsoft = min(hard, max(soft, 1024*2048)) variable
225 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))