-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50863/
-----------------------------------------------------------
Review request for qpid, Gordon Sim and Justin Ross.
Bugs: PROTON-1274
https://issues.apache.org/jira/browse/PROTON-1274
Repository: qpid-proton-git
Description
-------
Whenever the event's context is referenced a new wrapped object is constructed.
If this object is not used it is immediately deleted. This is the case in the
Event constructor and can be avoided.
Diffs
-----
proton-c/bindings/python/proton/__init__.py d7db20b
Diff: https://reviews.apache.org/r/50863/diff/
Testing
-------
python application defined event unit test passes.
Thanks,
Kenneth Giusti