Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

The problems which prevented their conversions before (in issue20170):

1. os.sendfile() had parameter names conflicting with Python keywords. Was 
solved in issue38378.

2. os.get_terminal_size() has an optional argument without default value. It 
was solved in a way similar to issue37206.

3. Some functions have platform-specific types of arguments. os.sendfile() has 
additional parameters. It was solved by using a preprocessor. We need to repeat 
most of the declaration and docstring, but it is the best that we can have now.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40178>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to