We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Moved from http://bugzilla.lysator.liu.se/show_bug.cgi?id=1583:
As seen by the below example, pyobfuscate incorrectly obfuscates function parameters when they are used in lambdas.
cat ~/slask/pyobf_lambda.py def foo(bar): lambda x: x.startswith(bar)
pyobfuscate ~/slask/pyobf_lambda.py def oo000 ( bar ) : lambda ii : ii . startswith ( oOOo )
------- Comment #1 From Erik Forsberg 2005-10-14 12:57:32 [reply] -------
I've implemented a test case in the test suite for this bug, but the actual bug remains to be solved. I'll leave that to Mr Åstrand.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Moved from http://bugzilla.lysator.liu.se/show_bug.cgi?id=1583:
As seen by the below example, pyobfuscate incorrectly obfuscates function
parameters when they are used in lambdas.
cat ~/slask/pyobf_lambda.py
def foo(bar):
lambda x: x.startswith(bar)
pyobfuscate ~/slask/pyobf_lambda.py
def oo000 ( bar ) :
lambda ii : ii . startswith ( oOOo )
------- Comment #1 From Erik Forsberg 2005-10-14 12:57:32 [reply] -------
I've implemented a test case in the test suite for this bug, but the actual bug
remains to be solved. I'll leave that to Mr Åstrand.
The text was updated successfully, but these errors were encountered: