[issue22258] set_inheritable(): ioctl(FIOCLEX) is available but fails with ENOTTY on Illumos

2014-09-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

 +- Issue #22258: Fix the the internal function set_inheritable() on Illumos.

the the

--
nosy: +serhiy.storchaka

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22258
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22258] set_inheritable(): ioctl(FIOCLEX) is available but fails with ENOTTY on Illumos

2014-09-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 9d5386a22e68 by Victor Stinner in branch 'default':
Issue #22258: Fix typo in Misc/NEWS
http://hg.python.org/cpython/rev/9d5386a22e68

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22258
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22258] set_inheritable(): ioctl(FIOCLEX) is available but fails with ENOTTY on Illumos

2014-09-04 Thread STINNER Victor

STINNER Victor added the comment:

 the the

Oh, thanks for the report. It's now fixed. It would be better to have the 
Misc/NEWS entry in the patch directly :-(

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22258
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22258] set_inheritable(): ioctl(FIOCLEX) is available but fails with ENOTTY on Illumos

2014-09-02 Thread STINNER Victor

STINNER Victor added the comment:

Ping Igor.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22258
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22258] set_inheritable(): ioctl(FIOCLEX) is available but fails with ENOTTY on Illumos

2014-09-02 Thread Igor Pashev

Igor Pashev added the comment:

Yes, Victor. Your patch works. All os tests are passed :-)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22258
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22258] set_inheritable(): ioctl(FIOCLEX) is available but fails with ENOTTY on Illumos

2014-09-02 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 27cef7476f2b by Victor Stinner in branch '3.4':
Closes #22258: Fix the the internal function set_inheritable() on Illumos.
http://hg.python.org/cpython/rev/27cef7476f2b

New changeset 4a51c45f405b by Victor Stinner in branch 'default':
(Merge 3.4) Closes #22258: Fix the the internal function set_inheritable() on
http://hg.python.org/cpython/rev/4a51c45f405b

--
nosy: +python-dev
resolution:  - fixed
stage:  - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22258
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22258] set_inheritable(): ioctl(FIOCLEX) is available but fails with ENOTTY on Illumos

2014-09-02 Thread STINNER Victor

STINNER Victor added the comment:

 Yes, Victor. Your patch works. All os tests are passed :-)

Thanks for the tests. I pushed my fix to Python 3.4  3.5.

--
stage: resolved - 
versions: +Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22258
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22258] set_inheritable(): ioctl(FIOCLEX) is available but fails with ENOTTY on Illumos

2014-08-24 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
title: Use FD_CLOEXEC in Python/fileutils.c - set_inheritable(): 
ioctl(FIOCLEX) is available but fails with ENOTTY on Illumos

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22258
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22258] set_inheritable(): ioctl(FIOCLEX) is available but fails with ENOTTY on Illumos

2014-08-24 Thread STINNER Victor

STINNER Victor added the comment:

@Igor: Here is a patch. Can you please apply it and run ./python -m test -v 
test_os on your OS? I tried it manually on Linux by forcing the errno to 
ENOTTY.

--
Added file: http://bugs.python.org/file36460/ioctl_works.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22258
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com