tk0miya / testing.postgresql

Apache License 2.0
290 stars 46 forks source link

ResourceWarning #34

Open kristakernodle opened 4 years ago

kristakernodle commented 4 years ago

ResourceWarning error occurs with basic usage (e.g., from documentation).

ResourceWarning: unclosed <socket.socket fd=9, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 58967), raddr=('127.0.0.1', 58965)> return self._sock.send(b) ResourceWarning: Enable tracemalloc to get the object allocation traceback

I'm using python 3.7, this may be a compatibility based warning.