Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 675
    • Issues 675
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPyPyPy
  • pypypypy
  • Issues
  • #2375
Closed
Open
Issue created Aug 23, 2016 by Ronan Lamy@rlamyOwner

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

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking