- Notifications
You must be signed in to change notification settings - Fork265
Closed
Description
The README says "Note that this connection is reusable, closable and when it leaves scope it will clean up after itself."
I suspect that this is referring to CPython's reference counting garbage collection, but this is an implementation detail of CPython and not a specified behavior of the language.
On PyPy, I suspect following this advice would lead to leaks.
I would recommend removing this language from the README and encouraging people to always explicitly close connections.
Metadata
Metadata
Assignees
Labels
No labels