Andrew Stitcher created PROTON-2430:
---------------------------------------
Summary: [python] Modify binding to stop using potentially
inefficient pn_message_id et al
Key: PROTON-2430
URL: https://issues.apache.org/jira/browse/PROTON-2430
Project: Qpid Proton
Issue Type: Improvement
Components: python-binding
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher
pn_message_id and pn_message_correlation_id return a pn_data_t to represent
what is onyl allowed to be a scalar value which is more efficiently represented
and handled as a pn_atom_t (now actually the restricted pn_msgid_t).
If we stop using them then we can deprecate them and shift the implementation
away from unecessary use of pn_data_t.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]