GitHub user kgiusti opened a pull request:

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

    Dispatch 1046 - fix policy handling in python3 environment

    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

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

    https://github.com/apache/qpid-dispatch/pull/334.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 #334
    
----
commit 61f4402807d833ad0c889b7d33fcde8cfdd268f9
Author: Kenneth Giusti <kgiusti@...>
Date:   2018-06-25T16:05:12Z

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

commit 3af6610be2ba96d57d10cbbdcc37f784ba20ed45
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