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
JavaField set_resolve_info sets j_obj for each instance, but there is just one JavaField for each class.
The text was updated successfully, but these errors were encountered:
Something similar is in JavaMethod, but in __get__ there is a "workaround" which changed j_self. (So it works, but without thread safety)
__get__
Sorry, something went wrong.
5188932
Merge pull request #78 from zielmicha/master
6ea6173
Fix field dereference when multiple instances of a class exist. Fixes #77
No branches or pull requests
JavaField set_resolve_info sets j_obj for each instance, but there is just one JavaField for each class.
The text was updated successfully, but these errors were encountered: