[issue30601] [Windows] test_winconsoleio leaks references

2017-06-09 Thread STINNER Victor
STINNER Victor added the comment: Eryk Sun: "Segev included a fix for this leak in PR 1927 for bpo30555, but I suppose it's better to fix it separately." I saw this PR but it changes a lot of code. I didn't notice that it fixes this bug as well. I chose to fix quickly the refleak to be able t

[issue30601] [Windows] test_winconsoleio leaks references

2017-06-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset 31b950ab86f5c99a18c16dbf1900b854b94e0659 by Victor Stinner in branch '3.6': bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) (#2008) https://github.com/python/cpython/commit/31b950ab86f5c99a18c16dbf1900b854b94e0659 -- __

[issue30601] [Windows] test_winconsoleio leaks references

2017-06-08 Thread Eryk Sun
Eryk Sun added the comment: Segev included a fix for this leak in PR 1927 for bpo30555, but I suppose it's better to fix it separately. -- nosy: +Segev Finer, eryksun ___ Python tracker ___

[issue30601] [Windows] test_winconsoleio leaks references

2017-06-08 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2074 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30601] [Windows] test_winconsoleio leaks references

2017-06-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset 29adc13bd797d9c9e7fcb893a7c49ce7f7ad388c by Victor Stinner in branch 'master': bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) https://github.com/python/cpython/commit/29adc13bd797d9c9e7fcb893a7c49ce7f7ad388c -- ___

[issue30601] [Windows] test_winconsoleio leaks references

2017-06-08 Thread STINNER Victor
STINNER Victor added the comment: With https://github.com/python/cpython/pull/2003 test_winconsoleio doesn't leak anymore. -- ___ Python tracker ___

[issue30601] [Windows] test_winconsoleio leaks references

2017-06-08 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2070 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30601] [Windows] test_winconsoleio leaks references

2017-06-08 Thread STINNER Victor
STINNER Victor added the comment: The following code leaks one reference: f = _io._WindowsConsoleIO('CONIO$', 'r') f.close() f = None -- ___ Python tracker ___ _

[issue30601] [Windows] test_winconsoleio leaks references

2017-06-08 Thread STINNER Victor
New submission from STINNER Victor: http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Refleaks%203.x/builds/22/steps/test/logs/stdio 0:00:12 [ 7/405/1] test_winconsoleio failed beginning 6 repetitions 123456 .. test_winconsoleio leaked [43, 43, 43] references, sum=129 --