Mathieu Virbel
|
5bf97da477
|
jnius: refactor to not save jni env, and use the current pushed/pop env. This resolve few issues when pyjnius is called from a proxy (error such as E/dalvikvm( 6036): JNI ERROR: env->self != thread-self (0x68415860 vs. 0x400bb010); auto-correcting)
|
2013-06-24 17:58:20 +02:00 |
Mathieu Virbel
|
1844de341e
|
add a better repr for LocalRef class (ie, indicate the source reference we came from.)
|
2013-04-28 19:14:14 +02:00 |
Mathieu Virbel
|
ac94b7c815
|
fix crash in Java, it look like changing CreateLocalRef to CreateGlobalRef works, and retain correctly some references needed for the invocation. But i'm not entirely sure about the implication.
|
2013-03-13 18:53:25 +01:00 |
Mathieu Virbel
|
7bd35411bf
|
split jnius.pyx
|
2012-08-20 09:35:14 +02:00 |