[ 
https://issues.apache.org/jira/browse/PROTON-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Ross updated PROTON-1634:
--------------------------------
    Fix Version/s:     (was: proton-c-0.20.0)
                   proton-c-0.21.0

> Failures during shutdown in message repr
> ----------------------------------------
>
>                 Key: PROTON-1634
>                 URL: https://issues.apache.org/jira/browse/PROTON-1634
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: python-binding
>            Reporter: Justin Ross
>            Assignee: Justin Ross
>            Priority: Major
>              Labels: reproducer
>             Fix For: proton-c-0.21.0
>
>         Attachments: proton-python-destructor-error.tar.gz
>
>
> {noformat}
> [jross@localhost proton-python-destructor-error]$ cat test.py
> import content
> [jross@localhost proton-python-destructor-error]$ cat content.py
> from proton import Message
> messages = [Message(subject='s%d' % i, body='b%d' % i) for i in range(10)]
> [jross@localhost proton-python-destructor-error]$ python test.py
> Exception TypeError: "'NoneType' object is not callable" in <object repr() 
> failed> ignored
> Exception TypeError: "'NoneType' object is not callable" in <object repr() 
> failed> ignored
> Exception TypeError: "'NoneType' object is not callable" in <object repr() 
> failed> ignored
> Exception TypeError: "'NoneType' object is not callable" in <object repr() 
> failed> ignored
> Exception TypeError: "'NoneType' object is not callable" in <object repr() 
> failed> ignored
> Exception TypeError: "'NoneType' object is not callable" in <object repr() 
> failed> ignored
> Exception TypeError: "'NoneType' object is not callable" in <object repr() 
> failed> ignored
> Exception TypeError: "'NoneType' object is not callable" in <object repr() 
> failed> ignored
> Exception TypeError: "'NoneType' object is not callable" in <object repr() 
> failed> ignored
> Exception TypeError: "'NoneType' object is not callable" in <object repr() 
> failed> ignored
> {noformat}
> https://bugs.python.org/issue6294
> https://bugs.python.org/issue22836



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to