Missing posix attributes in py3.5
Comparing CPython3.5.2 with current pypy3 (py3.5 branch), the following attributes are missing from dir(posix)
:
['CLD_CONTINUED', 'CLD_DUMPED', 'CLD_EXITED', 'CLD_TRAPPED', 'F_LOCK', 'F_TEST',
'F_TLOCK', 'F_ULOCK', 'O_ACCMODE', 'O_PATH', 'O_TMPFILE', 'P_ALL', 'P_PGID', 'P_PID',
'SCHED_IDLE', 'SCHED_RESET_ON_FORK', 'SEEK_DATA', 'SEEK_HOLE', 'WEXITED', 'WNOWAIT',
'WSTOPPED', 'XATTR_CREATE', 'XATTR_REPLACE', 'XATTR_SIZE_MAX',
'getgrouplist', 'getxattr', 'listxattr', 'lockf', 'readv', 'removexattr',
'sched_getaffinity', 'sched_getparam', 'sched_getscheduler', 'sched_param',
'sched_rr_get_interval', 'sched_setaffinity', 'sched_setparam', 'sched_setscheduler',
'sched_yield', 'setxattr', 'times_result', 'waitid', 'waitid_result', 'writev']
Edit: list as of 29/10/2017