[Python-checkins] [python/cpython] f15bf1: [3.5] bpo-30775: Fix refleaks in test_multiprocess...

GitHub noreply at github.com
Wed Jun 28 05:50:46 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: f15bf1f3f3104f6ab2229e4b359984489a74685b
      https://github.com/python/cpython/commit/f15bf1f3f3104f6ab2229e4b359984489a74685b
  Author: Antoine Pitrou <pitrou at free.fr>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
    M Lib/test/_test_multiprocessing.py

  Log Message:
  -----------
  [3.5] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2469)

Forgetting to call Process.join() can keep some resources alive.
(cherry picked from commit a79f8faccf5e26f55e8b9496ad49d2071b5e299c)




More information about the Python-checkins mailing list