Patches item #1103951, was opened at 2005-01-17 09:20 Message generated for change (Comment added) made by montanaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1103951&group_id=5470
Category: Library (Lib) Group: Python 2.5 >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Skip Montanaro (montanaro) Assigned to: Skip Montanaro (montanaro) Summary: Add O_SHLOCK/O_EXLOCK to posix Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: Skip Montanaro (montanaro) Date: 2005-05-15 21:43 Message: Logged In: YES user_id=44345 libos.tex 1.154 posixmodule.c 2.335 ---------------------------------------------------------------------- Comment By: Martin v. L�wis (loewis) Date: 2005-01-18 15:10 Message: Logged In: YES user_id=21627 The code itself is fine, but it lacks a change to Doc/lib/libos.tex. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1103951&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
