This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients eric.snow, ncoghlan, ned.deily, steve.dower, yselivanov, zach.ware
Date 2018-02-17.21:12:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518901940.97.0.467229070634.issue32604@psf.upfronthosting.co.za>
In-reply-to
Content
Eric, it looks like your recent commit introduced a refleak.  We need to fix it before beta2.

~/d/p/cpython (master $) » ./python.exe -m test -R3:3 test_multiprocessing_fork
Run tests sequentially
0:00:00 load avg: 2.52 [1/1] test_multiprocessing_fork
beginning 6 repetitions
123456
......
test_multiprocessing_fork leaked [21, 2, 1] memory blocks, sum=24
test_multiprocessing_fork leaked [2, 0, 0] file descriptors, sum=2
test_multiprocessing_fork failed in 9 min 48 sec

1 test failed:
    test_multiprocessing_fork


And just before it:


~/d/p/cpython ((bd093355…) $) » ./python.exe -m test -R3:3 test_multiprocessing_fork
Run tests sequentially
0:00:00 load avg: 3.70 [1/1] test_multiprocessing_fork
beginning 6 repetitions
123456
......
test_multiprocessing_fork passed in 9 min 12 sec
1 test OK.

Total duration: 9 min 12 sec
Tests result: SUCCESS
History
Date User Action Args
2018-02-17 21:12:21yselivanovsetrecipients: + yselivanov, ncoghlan, ned.deily, eric.snow, zach.ware, steve.dower
2018-02-17 21:12:20yselivanovsetmessageid: <1518901940.97.0.467229070634.issue32604@psf.upfronthosting.co.za>
2018-02-17 21:12:20yselivanovlinkissue32604 messages
2018-02-17 21:12:20yselivanovcreate