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 pakal
Recipients georg.brandl, pakal
Date 2009-06-02.09:51:17
SpamBayes Score 2.4128076e-07
Marked as misclassified No
Message-id <1243936280.77.0.510370484524.issue6176@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that the "flock" wrapped by the fcntl module is the one
descriebd in "flock(2)", not "flock(3)" (just in case this might confuse
people...)

Quote : 
"""
fcntl.flock(fd, op)
Perform the lock operation op on file descriptor fd (file objects
providing a fileno() method are accepted as well). See the Unix manual
flock(3) for details. (On some systems, this function is emulated using
fcntl.)
"""

Regards, 
Pascal
History
Date User Action Args
2009-06-02 09:51:21pakalsetrecipients: + pakal, georg.brandl
2009-06-02 09:51:20pakalsetmessageid: <1243936280.77.0.510370484524.issue6176@psf.upfronthosting.co.za>
2009-06-02 09:51:19pakallinkissue6176 messages
2009-06-02 09:51:17pakalcreate