Jondy
Jondy
Fixed in v8.5.0
`pyarmor-7` should be same as Pyarmor 7.7.4, and I don't change source of spp-code. Are your sure it works in Pyarmor 7.7.4?
I'll check `format_exc` with spp mode after pyarmor 8 is stable.
Try to upgrade latest Pyarmor 7.x version: 7.7.4 It's better to provide sample script could reproduce in my side
Also try to remove option `--restrict=101`
Sorry, in test scripts, there is third-party library `pandas`, generally I only debug Python offical system library, not other libraries. And pyarmor obfuscated scripts has different frame, for example, `sys._getframe(1)`...
@irreg If Python > 3.6, try it with Pyarmor 8.
How about only obfuscate `mod.py` by `--obf-code 0`? First obfuscate all the scripts with normal options, save to `dist/` Then obfuscate `mod.py` by `--obf-code 0`, save to `dist2/` Next copy...
@irreg I just do a test with * Windows 7/x86_64 * Python 3.8.3 * Pyarmor 7 It broken with this exception: ``` $ python dist/run.py ... 617,success 620,failed: A process...