Igor Pashev added the comment:
Yes, Victor. Your patch works. All os tests are passed :-)
--
___
Python tracker
<http://bugs.python.org/issue22258>
___
___
Pytho
Igor Pashev added the comment:
errno is 25 (#define ENOTTY 25 /* Inappropriate ioctl for device */)
It does not make sense to me to call unworkable ioctl() each time before other
methods :-)
I would consider adding a configure check for working ioctl() (but it won't
work for
New submission from Igor Pashev:
I've found on illumos-based OS that under some conditions python is unable to
open any files because set_inheritable() fails. This happens even when building
python when it cannot find (open) _sysconfigdata.py.
The problem is that set_inheritable()
Changes by Igor Pashev :
Removed file: http://bugs.python.org/file34952/dyson-socketmodule-ifindex.patch
___
Python tracker
<http://bugs.python.org/issue21287>
___
___
Igor Pashev added the comment:
Related to http://bugs.python.org/issue8852
--
___
Python tracker
<http://bugs.python.org/issue21287>
___
___
Python-bugs-list m
Changes by Igor Pashev :
Added file: http://bugs.python.org/file34961/dyson-socketmodule-ifindex.patch
___
Python tracker
<http://bugs.python.org/issue21287>
___
___
Pytho