dashingsoft / pyarmor

A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
http://pyarmor.dashingsoft.com
Other
3.31k stars 282 forks source link

[BUG] `out of license only on python 3.11` #1903

Closed beliboba closed 1 month ago

beliboba commented 1 month ago

When obfuscating for python 3.9, 3.10 and 3.11 first two get obfuscated perfectly, but python 3.11 says out of license

jondy commented 1 month ago

It's not bug. When pyarmor command says out of license, it's out of license.

beliboba commented 1 month ago

then why doesnt it happen on other versions with exact same files?

beliboba commented 4 days ago

Problem still present