dieseldev / diesel

Greenlet-based event I/O Framework for Python

Home Page:http://diesel.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nested MongoClient calls fail with RuntimeError

chadwhitacre opened this issue · comments

Traceback:

File ".../diesel/protocols/mongodb.py", line 302, in __exit__
    raise RuntimeError("need to cleanup cursor!")
RuntimeError: need to cleanup cursor!

Can you provide some code that triggers this?

Right, ball's in my court. Dowski had a test case at one point ...