]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39932: Fix multiprocessing test_heap() (GH-19690)
authorVictor Stinner <vstinner@python.org>
Thu, 23 Apr 2020 22:20:00 +0000 (00:20 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2020 22:20:00 +0000 (00:20 +0200)
commit857d573257ab150d6bea666354312a5fd284b171
tree308404681b4337f1bea97118f0831b942e401cdb
parente1072d60dbbbfdb41000880da912760c8b60b1f4
bpo-39932: Fix multiprocessing test_heap() (GH-19690)

bpo-32759, bpo-39932: Fix multiprocessing test_heap():
a new Heap object is now created for each test run.

Partial backport of commit e4679cd644aa19f9d9df9beb1326625cf2b02c15
by Antoine Pitrou.
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Tests/2020-04-23-23-46-08.bpo-39932.6G8rRN.rst [new file with mode: 0644]