Fixed isssues
- Fix issue #2071: In Python 3.13, if enable
clear_frame_locals
, executing the obfuscated scripts may crash randomly - Fix issue #2082: In Python 3.13, when using BCC mode for nest function with closures, the obfuscated script will raise exception
'builtin_function_or_method' object does not support the context manager protocol
- Fix issue #2087: When building extensions for linux.aarch64, linux.x86 and freebsd.x86_64, remove unnecessary flag
-lcrypt
- Fix issue:
pyarmor build
generates__init__.py
in the wrong location with wrong name - Fix issue:
pyarmor build --mini
should not refactor scripts - Fix issue:
pyarmor build --rft
failed for some special scripts - Fix issue:
pyarmor build --mini
failed for some special scripts