Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-1634

Failures during shutdown in message repr

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • python-binding

    Description

      [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
      

      https://bugs.python.org/issue6294
      https://bugs.python.org/issue22836

      Attachments

        Activity

          People

            jross Justin Ross
            jross Justin Ross
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: