Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.1.0
-
None
-
None
Description
The AMQP type map fails when run from ProtonPython to ProtonPython with the following error:
AssertionError: sent:[{}, {1: u'one', 2: u'two'}, {None: None, 1: False, '2': '2', False: True}] received:[{}, {1L: u'one', 2L: u'two'}, {False: True, 1L: False, '2': '2'}]
The map type is a complex type which allows embedding of other types, and the command-line interpreter of the text representation of the map is likely faulty.