[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-19 Thread Berker Peksag
Berker Peksag added the comment: Thanks Victor! -- stage: needs patch -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing

[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-19 Thread STINNER Victor
STINNER Victor added the comment: FYI there was a real memory leak and I just fixed it with the change 6232e610e310. -- resolution: -> fixed status: open -> closed ___ Python tracker _

[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-18 Thread STINNER Victor
STINNER Victor added the comment: Ah, I found a leak: see issue #28200. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-18 Thread STINNER Victor
STINNER Victor added the comment: I modified the test_regrtest unit test because the test is too fragile, it expects a line on a specific line number. But there is still a real memory leak detected by this unit test. -- ___ Python tracker

[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 91285b24f1c2 by Victor Stinner in branch '3.6': Fix test_huntrleaks_fd_leak() of test_regrtest https://hg.python.org/cpython/rev/91285b24f1c2 -- nosy: +python-dev ___ Python tracker

[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-18 Thread Berker Peksag
Berker Peksag added the comment: It looks like http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/11581 is first time that the test was failed. Revisions (without documentation changes) in that build: * 378e000a68785fdb3d74b3a930bc4ac5f6a04ce5 * fc8aaa073eb4253b84e8af6de7ea45

[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-18 Thread Berker Peksag
New submission from Berker Peksag: >From >http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/11654/steps/test/logs/stdio == FAIL: test_huntrleaks_fd_leak (test.test_regrtest.ArgsTestCase) --