pyarmor v9.2.5 Release Notes
Release Date: 2026-05-20 // 22 days ago-
Fixed isssues
- 🛠 Fix issue (#2321): the function using the decorator causing BCC mode to fail
ERROR no found bcc data - 🛠 Fix issue (#2328): In Apple Silcon platform, when the script which has nest functions is obfuscated by BCC mode, the obfuscated script will be crashed in runtime
Bus error: 10 - 🛠 Fix issue (#2333): For Python 3.14, when the script which has nest functions is obfuscated by BCC mode, the obfuscated script may raise exception
IndexError: tuple index out of range - 🛠 Fix issue: in platform
linux.aarch64with Python 3.13, the script generated by--enable-rftmay be crashed in runtime - 🛠 Fix issue: in platform
windows.x86with Python 3.11, the script generated by--enable-rftmay be crashed in runtime
- 🛠 Fix issue (#2321): the function using the decorator causing BCC mode to fail
Previous changes from v9.2.4
-
New Features
- 👷 When using
pyarmor gento generate the obfuscated scripts, enableProcessPoolExecuterby this way:pyarmor cfg max_workers 1(#2272)
🛠 Fixed isssues
- Refine some error messages, make it clear
- 👷 When using