[issue28873] test_unittest failures when refleak hunting

2016-12-05 Thread Ned Deily
Changes by Ned Deily : -- assignee: ned.deily -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue28873] test_unittest failures when refleak hunting

2016-12-05 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailin

[issue28873] test_unittest failures when refleak hunting

2016-12-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is a duplicate of issue25746. -- nosy: +serhiy.storchaka resolution: -> duplicate superseder: -> test_unittest failure in leaks searching mode ___ Python tracker _

[issue28873] test_unittest failures when refleak hunting

2016-12-04 Thread Nick Coghlan
Nick Coghlan added the comment: Ned, I'm not sure if this should be a release blocker or not. Superficially, it looks like it's just a test bug arising from running the test multiple times in the same process, but I unfortunately don't have time to investigate further today. -- assign

[issue28873] test_unittest failures when refleak hunting

2016-12-04 Thread Nick Coghlan
Changes by Nick Coghlan : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue28873] test_unittest failures when refleak hunting

2016-12-04 Thread Nick Coghlan
New submission from Nick Coghlan: test_unittest currently fails for me when hunting refleaks (Fedora 25): $ ./python -m test -R 3:3 -v test_unittest == ERROR: test_discover_with_init_module_that_raises_SkipTest_on_import (unit