Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-325

Python lists are truncated when None is encountered

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • proton-0.5
    • proton-c
    • None

    Description

      When receiving a message that has a list with a None, all subsequent values in the list are lost.

      To reproduce:

      • modify program send.py by adding
        msg.properties = ["one", "two", None, "three", "four"]
        before the mng.put(msg) line
      • launch example program recv.py
      • run modified send.py and notice the list truncation

      Attachments

        Activity

          People

            rhs Rafael H. Schloming
            eallen Ernest Allen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: