Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_signal.py30 def ignoring_eintr(__func, *args, **kwargs): function
94 child = ignoring_eintr(subprocess.Popen, ['kill', '-HUP', str(pid)])
119 child = ignoring_eintr(subprocess.Popen, ['kill', '-USR2', str(pid)])