[New-bugs-announce] [issue31235] test_logging: ResourceWarning: unclosed <socket.socket ...>

STINNER Victor report at bugs.python.org
Fri Aug 18 17:42:26 EDT 2017


New submission from STINNER Victor:

Sometimes, running test_logging emits such warning:

ResourceWarning: unclosed <socket.socket fd=6, family=AddressFamily.AF_INET, type=536870913, proto=0, laddr=('127.0.0.1', 31191), raddr=('127.0.0.1', 31192)>

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: normal
status: open
title: test_logging: ResourceWarning: unclosed <socket.socket ...>
type: resource usage
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31235>
_______________________________________


More information about the New-bugs-announce mailing list