Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python: Fix kz python binding errors #1537

Merged
merged 1 commit into from May 28, 2018

Commits on May 26, 2018

  1. python: Fix kz python binding errors

    Done by @TWRS.
    
    Fix two errors that prevented us from using Python kz binding.
      - A Python handle temporary object was garbaged collected
        before being passed to C kz function.
      - One of the variable was set to False when it should be set
        to None.
    dongahn committed May 26, 2018
    Copy the full SHA
    a573624 View commit details
    Browse the repository at this point in the history