aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtAsyncio/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/PySide6/QtAsyncio/tasks.py')
-rw-r--r--sources/pyside6/PySide6/QtAsyncio/tasks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/QtAsyncio/tasks.py b/sources/pyside6/PySide6/QtAsyncio/tasks.py
index d59073e88..ca33ed346 100644
--- a/sources/pyside6/PySide6/QtAsyncio/tasks.py
+++ b/sources/pyside6/PySide6/QtAsyncio/tasks.py
@@ -111,7 +111,6 @@ class QAsyncioTask(futures.QAsyncioFuture):
if self.done():
self._schedule_callbacks()
asyncio._unregister_task(self) # type: ignore[arg-type]
- self._loop.stop()
def get_stack(self, *, limit=None) -> typing.List[typing.Any]:
# TODO