-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18465/
-----------------------------------------------------------
(Updated Feb. 26, 2014, 4:45 p.m.)
Review request for qpid and Rafael Schloming.
Changes
-------
Use parent link to keep Python object from being released until "free()"
invoked.
Use weak reference as back-pointer stored in context
Bugs: proton-487
https://issues.apache.org/jira/browse/proton-487
Repository: qpid
Description
-------
Add methods to the python binding that allow Sessions, Links, and Deliveries to
be explicitly freed.
Diffs (updated)
-----
/proton/trunk/proton-c/bindings/python/proton.py 1570659
/proton/trunk/proton-c/bindings/python/python.i 1570659
/proton/trunk/proton-c/include/proton/cproton.i 1570659
/proton/trunk/proton-c/src/posix/driver.c 1570659
/proton/trunk/proton-j/src/main/resources/cengine.py 1570659
/proton/trunk/tests/python/proton_tests/common.py 1570659
/proton/trunk/tests/python/proton_tests/engine.py 1570659
Diff: https://reviews.apache.org/r/18465/diff/
Testing
-------
New unit tests added.
Thanks,
Kenneth Giusti