Support std lib zstandard in 3.14

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Python Drivers
    • None
    • None
    • None
    • None
    • None
    • None

      3.14 added Zstandard to the standard library: https://peps.python.org/pep-0784/

      from compression import zstd
      compressed = zstd.compress(data)
      

      We should add support for this so that we can eventually remove our dependency on the 3rd party zstandard library: https://pypi.org/project/zstandard/

            Assignee:
            Unassigned
            Reporter:
            Shane Harvey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: