1. 03 Tem, 2018 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-33735: Fix test_multiprocessing random failure (GH-8059) · 23401fb9
      Victor Stinner yazdı
      When hunting memory leaks using -R 3:3, test_imap_unordered() of
      test_multiprocessing leaks randomly a few memory blocks. It is a
      false alarm: when testing using -R 3:20 for example, no leak is
      detected.
      
      Modify test_imap_unordered() to be closer to test_imap():
      
      * Only test 10 numbers instead of 1000: it's a pool of 4 processes, so
        10 is enough to test at least one number per process
      * Use chunksize=100 instead of chunksize=53 to mimick test_imap()
      23401fb9
  2. 02 Tem, 2018 2 kayıt (commit)
  3. 01 Tem, 2018 1 kayıt (commit)
  4. 30 Haz, 2018 5 kayıt (commit)
  5. 29 Haz, 2018 6 kayıt (commit)
  6. 28 Haz, 2018 6 kayıt (commit)
  7. 27 Haz, 2018 15 kayıt (commit)
  8. 26 Haz, 2018 4 kayıt (commit)