Skip to content

bpo-40178: Convert the remaining os functions to Argument Clinic. #19360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 18, 2020

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Apr 4, 2020

Convert os.getgrouplist(), os.initgroups(), os.sendfile() and os.get_terminal_size().

https://bugs.python.org/issue40178

Convert os.getgrouplist(), os.initgroups(), os.sendfile() and
os.get_terminal_size().
@serhiy-storchaka
Copy link
Member Author

serhiy-storchaka commented Apr 4, 2020

The build is failed partially because of the bug in Argument Clinic (bpo-40179).

@serhiy-storchaka serhiy-storchaka changed the title bpo-40178: Convert the remaining os funtions to Argument Clinic. bpo-40178: Convert the remaining os functions to Argument Clinic. Apr 11, 2020
@serhiy-storchaka serhiy-storchaka merged commit 2b56031 into python:master Apr 18, 2020
@serhiy-storchaka serhiy-storchaka deleted the os-sendfile-clinic branch April 18, 2020 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants