Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df4dabd

Browse files
committed
SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares.
1 parent 6a1bd39 commit df4dabd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_fcntl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin',
2121
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
2222
'bsdos2', 'bsdos3', 'bsdos4',
23-
'openbsd', 'openbsd2'):
23+
'openbsd', 'openbsd2', 'openbsd3'):
2424
lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, fcntl.F_WRLCK, 0)
2525
elif sys.platform in ['aix3', 'aix4', 'hp-uxB', 'unixware7']:
2626
lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)

0 commit comments

Comments
 (0)