Ernest Allen created PROTON-325:
-----------------------------------
Summary: Python lists are truncated when None is encountered
Key: PROTON-325
URL: https://issues.apache.org/jira/browse/PROTON-325
Project: Qpid Proton
Issue Type: Bug
Components: proton-c
Reporter: Ernest Allen
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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira