We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While working on the JForward code, I ran into this error.
import jpype jpype.startJVM() jo = jpype.JClass('java.lang.Character').UnicodeScript.GEORGIAN jo==jo object()==jo jo==object()
This produces a SystemError because the conversion pointer is still null. Although this is low impact it should return False rather than throw.
The text was updated successfully, but these errors were encountered:
#992
Could you please help in resolving the same or is there any work around ?
Sorry, something went wrong.
No branches or pull requests
While working on the JForward code, I ran into this error.
This produces a SystemError because the conversion pointer is still null. Although this is low impact it should return False rather than throw.
The text was updated successfully, but these errors were encountered: