New features
- Module could inherit package private configuration by
pyarmor cfg propagate_package_options=1
- Add new configuration item
rft_simple_import
Fix issues
- Fix issue: Remove leading dot from private module config file name if input path is "."
- Fix issue: When using multiple
--platform
to obfuscate the scripts, even--platform cygwin.x86_64
is specified, the obfuscated scripts still could not run in Cygwin platform (need install packagepip install pyarmor.cli.core.cygwin>=6.5.3.post1
) - Fix issue: the rft-mode script may raise
ImportError: cannot import name from partially initialized module (most likely due to a circular import)
- Fix issue #1876: in some platforms bcc scripts crash if there are too many variables or parameters