1. 28 Ock, 2002 1 kayıt (commit)
    • Tim Peters's avatar
      SF bug #509805 tempfile.gettempdir not threadsafe · 4fd5a065
      Tim Peters yazdı
      This is an ancient race when multiple threads call gettempdir() (or
      anything relying on it) for the first time.
      
      Fixed x-platform via the Big Hammer of rearranging the code to serialize
      the first calls.  Subsequent calls are as fast as before.
      
      Note that the Python test suite can't provoke this bug:  it requires
      setting up multiple threads making the very first calls into tempfile,
      but the test suite uses tempfile several times before getting to
      test_threadedtempfile.
      
      Bugfix candidate.
      4fd5a065
  2. 27 Ock, 2002 4 kayıt (commit)
  3. 26 Ock, 2002 4 kayıt (commit)
  4. 25 Ock, 2002 3 kayıt (commit)
  5. 24 Ock, 2002 7 kayıt (commit)
  6. 23 Ock, 2002 12 kayıt (commit)
  7. 22 Ock, 2002 7 kayıt (commit)
  8. 21 Ock, 2002 2 kayıt (commit)