This is an automated email from the ASF dual-hosted git repository. astitcher pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
from c56cb25b0 NO-JIRA: [Python] Remove some obsolete python workarounds new a2b6070f7 PROTON-2873: Reorganize python disposition tests new 99923055e PROTON-2873: Reorganize dispositions representation new 2f6350993 PROTON-2873: Add new C APIs for different disposition types new 3670d8eba PROTON-2873: Use the new disposition API in python new 547588739 PROTON-2873: Add transaction disposition new 3d4a8c00f PROTON-2873: Used transaction disposition in python The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: c/include/proton/disposition.h | 249 +++++++++++++++++++ c/src/core/emitters.h | 120 ++++++--- c/src/core/engine-internal.h | 48 +++- c/src/core/engine.c | 346 +++++++++++++++++++++++--- c/src/core/transport.c | 138 ++++++----- c/tools/codec-generator/specs.json | 2 + python/cproton.h | 61 +++-- python/cproton.py | 33 ++- python/proton/__init__.py | 16 +- python/proton/_delivery.py | 472 +++++++++++++++++++++++++++++------- python/proton/_reactor.py | 16 +- python/tests/proton_tests/engine.py | 318 +++++++++++++++--------- 12 files changed, 1438 insertions(+), 381 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org