• Jim Fulton's avatar
    Refactored file locking support: · 88262d7a
    Jim Fulton authored
    - Found and added a test for a race condition arising from creating
      and removing lock files.
    
    - Change to leave lock files behind.
    
    - Use the windows locking implementation from msvcrt from the standard
      library, rather than using a custom extension module.
    88262d7a
test_lock_file.py 1.69 KB