Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-2884

Use dict instead of SON for internal command construction

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 4.7
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Minor Change

      Now that we've dropped support for Python versions older than 3.6, and dict preserves key order starting with Python 3.6, we no longer need SON. We should still keep it around to ease adoption of PyMongo 4, but we no longer need to use it ourselves. Getting rid of our usages will likely improve performance.

            Assignee:
            jib.adegunloye@mongodb.com Jib Adegunloye
            Reporter:
            bernie@mongodb.com Bernie Hackett
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: