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

GitHub noreply at github.com
Wed Jun 28 05:49:40 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: e022aad73a4151b5628e2476a8465ce6c0d18b8c
      https://github.com/python/cpython/commit/e022aad73a4151b5628e2476a8465ce6c0d18b8c
  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.6] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2468)

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




More information about the Python-checkins mailing list