summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Python/pythonrun.c
diff options
context:
space:
mode:
authorbabenko <[email protected]>2026-05-03 10:56:51 +0300
committerbabenko <[email protected]>2026-05-03 11:22:43 +0300
commitf39945e740f5b2289116d8af891d99bdc4702ba0 (patch)
tree50dfedb9b148ff051528d260e5aa6d74000b267c /contrib/tools/python3/Python/pythonrun.c
parentefc8747a28cab712c5b62bf42ead7e46b8b64609 (diff)
Fix TAsyncStreamPipe::Abort returning a never-completed future
The Abort method created a TPromise<void> that was never set, causing callers awaiting the returned future to hang indefinitely. Since Queue_.Enqueue(error) is synchronous, there is nothing to wait for; return VoidFuture instead. commit_hash:dd45c4cc1b7436d3214f33bf814f897342c051cc
Diffstat (limited to 'contrib/tools/python3/Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions