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
cpython/Modules/binascii.c
Line 1027 in 37c9a35
Branching is not necessary, suggested code:
rv = PyBytes_FromStringAndSize((char *)odata, out); PyMem_Free(odata); return rv;
The text was updated successfully, but these errors were encountered:
Would you like to open a pull request?
Sorry, something went wrong.
Thanks!
gh-93172: Remove unnecessary "if"s in binascii_a2b_qp_impl() from Mod…
32e3b79
…ules/binascii.c (GH-93181)
No branches or pull requests
cpython/Modules/binascii.c
Line 1027 in 37c9a35
Branching is not necessary, suggested code:
The text was updated successfully, but these errors were encountered: