[ 
https://issues.apache.org/jira/browse/PROTON-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13680328#comment-13680328
 ] 

ASF subversion and git services commented on PROTON-325:
--------------------------------------------------------

Commit 1491714 from r...@apache.org
[ https://svn.apache.org/r1491714 ]

PROTON-325: modified type enum so that PN_NULL is no longer false; added a test 
that includes a list with a null in the middle
                
> 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
>             Fix For: 0.5
>
>
> 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

Reply via email to