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
It would be better to not use a or c for var assignment, they collides (then overloads) with pdb commands, as also s, unt and so on
a
c
s
unt
[11] > /home/wert/DEV/IdentityPython/satosa-saml2spid/env/lib/python3.10/site-packages/jwcrypto/jws.py(287)_verify() -> a = p['alg'] (Pdb++) [11] > DEV/IdentityPython/satosa-saml2spid/env/lib/python3.10/site-packages/jwcrypto/jws.py(291)_verify() -> if isinstance(key, JWK): (Pdb++) key {"kid":"OXk3T3ZhdGw0QmxLRXc4bUJDd0gtOFJENURfek9DZVdWNHlQeUppbW13SQ","thumbprint":"9y7Ovatl4BlKEw8mBCwH-8RD5D_zOCeWV4yPyJimmwI"} (Pdb++) n [11] > DEV/IdentityPython/satosa-saml2spid/env/lib/python3.10/site-packages/jwcrypto/jws.py(292)_verify() -> c = JWSCore(a, key, protected, payload, self._allowed_algs) (Pdb++) [11] > DEV/IdentityPython/satosa-saml2spid/env/lib/python3.10/site-packages/jwcrypto/jws.py(293)_verify() -> c.verify(signature) (Pdb++)
The text was updated successfully, but these errors were encountered:
Patch welcome to rename those variables.
Sorry, something went wrong.
Happy to help! Here my contribution #330 pleased for having this opportunity, best
Successfully merging a pull request may close this issue.
It would be better to not use
a
orc
for var assignment, they collides (then overloads) with pdb commands, as alsos
,unt
and so onThe text was updated successfully, but these errors were encountered: