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 2016/11/04 22:17:59 UTC

[jira] [Closed] (PROTON-1061) [Python Binding] Add support for all AMQP 1.0 types

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

Justin Ross closed PROTON-1061.
-------------------------------

> [Python Binding] Add support for all AMQP 1.0 types
> ---------------------------------------------------
>
>                 Key: PROTON-1061
>                 URL: https://issues.apache.org/jira/browse/PROTON-1061
>             Project: Qpid Proton
>          Issue Type: Task
>          Components: python-binding
>            Reporter: Kim van der Riet
>            Assignee: Kim van der Riet
>             Fix For: 0.13.0
>
>
> Currently, a number of AMQP 1.0 simple types are not supported in the Python binding. Only those types that "make sense" from a Python language point-of-view are currently supported, but types such as the unsigned integral types, 32-bit float and the decimal types are not supported.  As long as the Python client only talks to other Python clients, this approach makes sense, but as soon as a Python client needs to talk to some other client that may require these types, then an impasse is reached.
> The AMQP types currently *NOT* supported in the Python binding are:
> * Byte
> * Short
> * Int (32-bit)
> * Ubyte
> * Ushort
> * Uint (32-bit)
> * Float (32-bit)
> * Decimal32
> * Decimal64
> * Decimal128
> A proposed patch is available for review at https://reviews.apache.org/r/39479/.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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