SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-114914: Avoid keeping dead StreamWriter alive (#115661)

In some cases we might cause a StreamWriter to stay alive even when the
application has dropped all references to it. This prevents us from
doing automatical cleanup, and complaining that the StreamWriter wasn't
properly closed.

Fortunately, the extra reference was never actually used for anything so
we can just drop it.
P
Pierre Ossman (ThinLinc team) committed
a355f60b032306651ca27bc53bbb82eb5106ff71
Parent: 686ec17
Committed by GitHub <noreply@github.com> on 2/28/2024, 1:27:44 AM