Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial - P5
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.1
-
Component/s: None
-
Labels:None
-
Backwards Compatibility:Fully Compatible
-
Sprint:Python Sprint 24
Description
Driver creates certain threads, naming those by an arbitrary string during creation time (i.e.: threading.Thread(target=self._run , name= 'pymongo_something) would help developers in debugging in complex multithrheading Applications.