[Python-checkins] [python/cpython] a79f8f: bpo-30775: Fix refleaks in test_multiprocessing (#...

GitHub noreply at github.com
Wed Jun 28 05:21:54 EDT 2017


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

Forgetting to call Process.join() can keep some resources alive.




More information about the Python-checkins mailing list