-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.5
-
Component/s: Query Operations
-
None
PYTHON-1269 fixed the issue of not killing cursors that were closed explicitly via pymongo.cursor.Cursor.close(). We should fix the same problem with pymongo.command_cursor.CommandCursor.close()
- related to
-
PYTHON-1269 Explicitly closed cursors may not be killed before termination
- Closed