Close handle cleanup in Python API

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • WT2.1.1
    • Affects Version/s: None
    • Component/s: None
    • None
    • 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()
      

              Assignee:
              Donald Anderson
              Reporter:
              Donald Anderson
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: