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: [email protected]
For additional commands, e-mail: [email protected]