Bug in fcntl on HP-UX 11.00

Richard Townsend richardt at edshk.demon.co.uk
Thu Aug 17 09:10:55 EDT 2000


After building Python 1.5.2 on HP-UX 11.00, I get the following error in
the fcntl test:

./python Lib/test/test_fcntl.py
Status from fnctl with O_NONBLOCK:  0
struct.pack:  '\000\002\000\000\000\000\000\000\000\000\000\000\000\000\
000\000'
Traceback (innermost last):
  File "Lib/test/test_fcntl.py", line 30, in ?
    rv = fcntl.fcntl(f.fileno(), FCNTL.F_SETLKW, lockdata)
IOError: [Errno 22] Invalid argument

I've not found any references to this bug, is there a fix for it?

-- 
Richard Townsend



More information about the Python-list mailing list