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.aarch64 with Python 3.13, the script generated by --enable-rft may be crashed in runtime
    • 🛠 Fix issue: in platform windows.x86 with Python 3.11, the script generated by --enable-rft may be crashed in runtime

Previous changes from v9.2.4

  • New Features

    • 👷 When using pyarmor gen to generate the obfuscated scripts, enable ProcessPoolExecuter by this way: pyarmor cfg max_workers 1 (#2272)

    🛠 Fixed isssues

    • Refine some error messages, make it clear