Home
last modified time | relevance | path

Searched defs:PIPE_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_support.py582 PIPE_MAX_SIZE = 4 * 1024 * 1024 + 1 variable
/external/python/cpython3/Lib/test/support/
D__init__.py756 PIPE_MAX_SIZE = 4 * 1024 * 1024 + 1 variable