Skip to content

Release 9.2.2

Choose a tag to compare

@jondy jondy released this 08 Dec 15:26
· 18 commits to master since this release

New features

Changed features

  • When reading and writing configure file by pyarmor cfg, now default encoding is utf-8 other than None

  • Project rule files always use utf-8 encoding

  • MINI scripts change the bootstrap code:

    - from pyarmor_mini import __pyarmor__
    + from pyarmor.mini.pyarmor_mini import __pyarmor__

    So it need install package pyarmor.mini in target machine to run MINI script. If it need still use old style, config it by this command: pyarmor env -p set mini:import_from pyarmor_mini

Fixed isssues

  • Fix issue: shebang is not reserved when script is generated by pyarmor build
  • Fix issue #2257: bcc mode may be crashed in platform windows.x86_64