GitHub user kgiusti opened a pull request:

    https://github.com/apache/qpid-dispatch/pull/335

    Dispatch 1046 rev2

    Had to change the way we pass args to the host address parse tree api under 
python3
    
    c_char_p is a bytes type under python3.  Passing and returning a unicode 
string causes it to fail.  Had to manually convert between the two.  Also need 
to save a copy of the pattern in the tree as a payload.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kgiusti/dispatch DISPATCH-1046-REV2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/qpid-dispatch/pull/335.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #335
    
----
commit 61f4402807d833ad0c889b7d33fcde8cfdd268f9
Author: Kenneth Giusti <kgiusti@...>
Date:   2018-06-25T16:05:12Z

    DISPATCH-1046: in python3 exceptions no longer have a '.message' attribute

commit 184a62a31049e8a29437bbd3d36e5fec9934fe50
Author: Kenneth Giusti <kgiusti@...>
Date:   2018-06-26T19:28:04Z

    DISPATCH-1046: fix vhost address pattern handling in python3

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to