[issue31235] test_logging: ResourceWarning: unclosed

2017-08-18 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs

[issue31235] test_logging: ResourceWarning: unclosed

2017-08-18 Thread STINNER Victor
STINNER Victor added the comment: New changeset 3e866dfaecaa4eb8f98c12782d2488f681225c37 by Victor Stinner in branch '3.6': bpo-31235: Fix ResourceWarning in test_logging (#3147) (#3149) https://github.com/python/cpython/commit/3e866dfaecaa4eb8f98c12782d2488f681225c37 --

[issue31235] test_logging: ResourceWarning: unclosed

2017-08-18 Thread STINNER Victor
STINNER Victor added the comment: Python 2.7 is not affected: it doesn't have SMTPHandlerTest. -- versions: +Python 3.6 ___ Python tracker ___ ___

[issue31235] test_logging: ResourceWarning: unclosed

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

[issue31235] test_logging: ResourceWarning: unclosed

2017-08-18 Thread STINNER Victor
STINNER Victor added the comment: New changeset a7719e27b3cad0f2b86cb932a76cbe55c541b02e by Victor Stinner in branch 'master': bpo-31235: Fix ResourceWarning in test_logging (#3147) https://github.com/python/cpython/commit/a7719e27b3cad0f2b86cb932a76cbe55c541b02e -- _

[issue31235] test_logging: ResourceWarning: unclosed

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

[issue31235] test_logging: ResourceWarning: unclosed

2017-08-18 Thread STINNER Victor
STINNER Victor added the comment: Traceback from tracemalloc: 10-STABLE-amd64% ./python -X tracemalloc=10 -m test -v test_logging --fail-env-changed (...) /usr/home/haypo/cpython/Lib/test/support/__init__.py:1515: ResourceWarning: unclosed gc.collect() Object allocated at (most recent ca

[issue31235] test_logging: ResourceWarning: unclosed

2017-08-18 Thread STINNER Victor
New submission from STINNER Victor: Sometimes, running test_logging emits such warning: ResourceWarning: unclosed I'm not sure where it does come from. See also bpo-30830 (test_logging leaks dangling threads on FreeBSD). -- messages: 300534 nosy: haypo priority: normal severity: norm