summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-06-26 13:12:16 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-06-26 13:12:16 (GMT)
commit557325930ce81804a1dd9c6f0e3babb8673afdd5 (patch)
tree00724b40d83d8720b7208f611356af5ed3ab354e /Python
parenta7ee9eb3d95f9c4dfb0fa8e52523cb46959e2301 (diff)
downloadcpython-557325930ce81804a1dd9c6f0e3babb8673afdd5.zip
cpython-557325930ce81804a1dd9c6f0e3babb8673afdd5.tar.gz
cpython-557325930ce81804a1dd9c6f0e3babb8673afdd5.tar.bz2
[Bug #1512163] Use one set of locking methods, lockf();
remove the flock() calls. On FreeBSD, the two methods lockf() and flock() end up using the same mechanism and the second one fails. A Linux man page claims that the two methods are orthogonal (so locks acquired one way don't interact with locks acquired the other way) but that clearly must be false.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions