-
Type:
Improvement
-
Resolution: Duplicate
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
In asyncio, an app can cancel a running task at any point using task.cancel(). We should define behavior of async cancellation. For example when a task is cancelled in the middle of a transaction, what should be the behavior? Should we automatically attempt to abort the transaction?
When iterating a cursor, should cancellation attempt to run killCursors?
- duplicates
-
PYTHON-4745 Document and Test Behavior when User Cancels Async Operation
-
- Closed
-