Home | History | Annotate | Download | only in python2.7

Lines Matching refs:WNOHANG

1326                 _WNOHANG=os.WNOHANG, _os_error=os.error, _ECHILD=errno.ECHILD):
1367 # 0 even without WNOHANG in odd situations. issue14396.