1 | |
2 | zip2zip_withPredicate(loadLibrary(#1400440), |
3 | javaxCachesDir("jython-2.7.2-without-bytecodeloader.jar"),
|
4 | name -> {
|
5 | if (startsWith(name, "org/python/core/BytecodeLoader")) |
6 | ret false with print("Dropping: " + name);
|
7 | true; |
8 | }); |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030289 |
| Snippet name: | Drop BytecodeLoader from Jython |
| Eternal ID of this version: | #1030289/1 |
| Text MD5: | afe8c66569e061eecc39b2a885f6757e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX (incomplete) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-27 15:47:24 |
| Source code size: | 253 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 403 / 432 |
| Referenced in: | [show references] |