-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
-
None
Similar to WT-485, use the handle close callback to deal with open handles in Python.
Our Python interface already deals with this well:
c.close() c.next()
But this will crash python hard:
cursor = session.open_cursor(...) session.close() c.next()
- related to
-
WT-485 Automatic cleanup in Java API
- Closed