This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author albertogli
Recipients
Date 2003-10-11.22:08:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In sparc, fcntl.fcntl() is not working properly under
Python 2.2.3;
a simple strace of:

import fcntl, sys
fcntl.fcntl(sys.stdin.fileno(), fcntl.F_SETFL,
os.O_NONBLOCK)

will reveal that on sparc there's no fcntl() syscall
done, while
under x86 it works as expected (ie. the syscall is there).

I have not tested yet with Python 2.3 but I'll let you
know when I do.

Thanks,
    Alberto
History
Date User Action Args
2007-08-23 14:17:38adminlinkissue821948 messages
2007-08-23 14:17:38admincreate