Mathieu Virbel
|
5ff62b146e
|
last fixes to make pyjnius Java-thread proof. If you call any jnius related from a C thread, it will leak and/or crash (this hasnt been tested).
|
2013-06-25 11:49:42 +02:00 |
Mathieu Virbel
|
8349037dd3
|
jnius: fix push/pop jnienv in order to avoid GIL going on using the previous thread env while we are still on the current thread
|
2013-06-24 18:36:58 +02:00 |
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 |