Staging
v0.5.1
https://github.com/python/cpython
Revision bf1da70395ab41e5efdb1af87732553f2440e63e authored by Andrew M. Kuchling on 01 June 2005, 15:28:01 UTC, committed by Andrew M. Kuchling on 01 June 2005, 15:28:01 UTC
1 parent 712d474
Raw File
Tip revision: bf1da70395ab41e5efdb1af87732553f2440e63e authored by Andrew M. Kuchling on 01 June 2005, 15:28:01 UTC
[Bug #1194249] Fix duplicate assignment in example code
Tip revision: bf1da70
WAIT.py
# Generated by h2py from /usr/include/sys/wait.h
_WSTOPPED = 0177
WNOHANG = 0100
WEXITED = 0001
WTRAPPED = 0002
WSTOPPED = 0004
WCONTINUED = 0010
WNOWAIT = 0200
WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
WSTOPFLG = 0177
WCONTFLG = 0177777
WCOREFLAG = 0200
WSIGMASK = 0177
WUNTRACED = 0004
back to top