HomeSort by relevance Sort by last modified time
    Searched refs:max_handles (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 532 max_handles = 1026 # too much for most UNIX systems
534 max_handles = 2050 # too much for (at least some) Windows setups
537 for i in range(max_handles):
547 "(tried %d)" % max_handles)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 532 max_handles = 1026 # too much for most UNIX systems
534 max_handles = 2050 # too much for (at least some) Windows setups
537 for i in range(max_handles):
547 "(tried %d)" % max_handles)
    [all...]

Completed in 33 milliseconds