-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] RFT mode cast errors when importing variables/Class #1513
Labels
Comments
RFT mode cast errors when importing variables/Class
Got it, thanks. It will be fixed in next release. |
Fixed in 8.3.11 |
加密使用的选项和命令
Suppose the project structure is:
aa.py:
bb.py:
main.py:
Error
trace log:
When I import
|
pyarmor 8.3.11, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the '-enable-rft' option, I noticed that there is no way to import variables or classes. However, the '--enable-jit' option works well without any errors.
Suppose the project structure is:
settings.py
main.py
pyarmor command
Then run the obfuscated dist/main.py:
The text was updated successfully, but these errors were encountered: