pyjnius icon indicating copy to clipboard operation
pyjnius copied to clipboard

pyjnius should use "bound" methods instead of changing j_self

Open obfusk opened this issue 3 years ago • 0 comments

https://github.com/kivy/pyjnius/blob/3371e1012873fe373773c43b556d2796d10d102e/jnius/jnius_export_class.pxi#L815-L822 https://github.com/kivy/pyjnius/blob/3371e1012873fe373773c43b556d2796d10d102e/jnius/jnius_export_class.pxi#L1079-L1087

I suspect the current behaviour may not be thread-safe, but I haven't been able to reproduce #287.

obfusk avatar Oct 22 '20 12:10 obfusk