[issue28872] test_builtin failures when refleak hunting

2016-12-05 Thread Ned Deily
Changes by Ned Deily : -- assignee: ned.deily -> stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___ Pyt

[issue28872] test_builtin failures when refleak hunting

2016-12-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is a duplicate of issue13886. -- nosy: +serhiy.storchaka resolution: -> duplicate superseder: -> readline-related test_builtin failure ___ Python tracker _

[issue28872] test_builtin 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

[issue28872] test_builtin failures when refleak hunting

2016-12-04 Thread Nick Coghlan
New submission from Nick Coghlan: test_builtin currently fails for me when hunting refleaks (Fedora 25): $ ./python -m test -R 3:3 -v test_builtin [snip] == FAIL: test_input_tty_non_ascii (test.test_builtin.PtyTests) -