-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: asyncio
-
None
While subclassing AsyncIOMotor Collection, found old(broken) use of super() call in /motor/core.py, line 528. Refer to this answer to my question on SO. should possibly be changed to super().__init__()