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

Work around kivy/pyjnius#300 #20

Merged
merged 1 commit into from
Mar 2, 2018

Conversation

jmuhlich
Copy link
Collaborator

@jmuhlich jmuhlich commented Mar 2, 2018

This is a problem with pyjnius and the most recent versions of cython which corrupts Python strings passed to Java methods under Python 3 (kivy/pyjnius#300). Explicitly constructing a Java string to pass to Java does work, so this is the solution used here.

This is a problem with pyjnius and the most recent versions of cython
which corrupt Python strings passed to Java methods. Explicitly constructing
a Java string to pass to Java does work, so this is the solution used here.
@jmuhlich jmuhlich merged commit d925631 into labsyspharm:master Mar 2, 2018
@jmuhlich jmuhlich deleted the pyjnius-300-fix branch March 2, 2018 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant