You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (JIRA)" <ji...@apache.org> on 2017/10/17 17:32:00 UTC

[jira] [Created] (PROTON-1634) Failures during shutdown in message repr

Justin Ross created PROTON-1634:
-----------------------------------

             Summary: 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
             Fix For: proton-c-0.19.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
(v6.4.14#64029)

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