• Andrew M. Kuchling's avatar
    [Bug #1512163] Use one set of locking methods, lockf(); · 773313e8
    Andrew M. Kuchling authored
    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.
    773313e8
mailbox.py 71.4 KB