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.

classification
Title: Add O_SHLOCK/O_EXLOCK to posix
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: skip.montanaro Nosy List: loewis, skip.montanaro
Priority: normal Keywords: patch

Created on 2005-01-17 15:20 by skip.montanaro, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
posix.diff skip.montanaro, 2005-01-17 15:20
Messages (3)
msg47566 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2005-01-17 15:20
Attached is a patch to add O_SHLOCK and O_EXLOCK to
the posix module.  This was motivated by a thread on
c.l.py.

I'm not sure the simple tests are sufficient, but hopefully
so.  Also, I'm not sure where, if at all, this should go
for non-posix platforms like Windows.
msg47567 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-01-18 21:10
Logged In: YES 
user_id=21627

The code itself is fine, but it lacks a change to
Doc/lib/libos.tex.
msg47568 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2005-05-16 02:43
Logged In: YES 
user_id=44345

libos.tex 1.154
posixmodule.c 2.335
History
Date User Action Args
2022-04-11 14:56:09adminsetgithub: 41454
2005-01-17 15:20:40skip.montanarocreate