Upgrade Notes:
The behaviour of option --private
is changed
In previous versions the plain script could NOT import the module obfuscated by --private
. Now the plain script could import this obfuscated module, but could not visit module attribute __dict__
.
If still need keep old behaviours, run command pyarmor cfg private_module_as_restrict=1
once before generating the obfuscated scripts.
Fix issues:
- Fix issue #1712: Group license does't work in Windows.x86
- Fix issue: registering Pyarmor failed if firewall blocks extension
pytransform3