Fixed isssues
- Fix issue #2341: When using group license to request device registration file, it failed with error
%b requires a bytes-like object, or an object that implements __bytes__, not 'int' - Fix issue #2360: When the script is obfuscated by BCC mode, it always calculates all the parameters even if the preceding one has raised exception in Call statement, or Tuple, List, Set, Dict expression
Build number 2
- Fix CI license will hang if can not connect to CI server, now it raises timeout exception
Build number 3
- Fix issue #2366: For Python 3.14 nested functions with annotation in BCC mode cause exception
TypeError - urgent issue: For Python 3.14+, even enable BCC mode, some functions may not be converted to C function