diff options
author | Pierre Ossman (ThinLinc team) <ossman@cendio.se> | 2024-02-28 01:27:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 01:27:44 (GMT) |
commit | a355f60b032306651ca27bc53bbb82eb5106ff71 (patch) | |
tree | 5d5b332d9ef8ce85501bdf350f06f9d7298388ac /Python/Python-ast.c | |
parent | 686ec17f506cddd0b14a8aad5849c15ffc20ed46 (diff) | |
download | cpython-a355f60b032306651ca27bc53bbb82eb5106ff71.zip cpython-a355f60b032306651ca27bc53bbb82eb5106ff71.tar.gz cpython-a355f60b032306651ca27bc53bbb82eb5106ff71.tar.bz2 |
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.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions