o
o #1484
pull git-sgmoore wants to merge 1 commits into bitcoin:master from git-sgmoore:master-1 changing 1 files +1 −1-
git-sgmoore commented at 7:54 PM on August 15, 2023: contributor
-
2f1e2bc4d8
added colon at end of if statement - bip-0119.mediawiki
Python requires a colon at the end of an if statement to denote the beginning of the block of code that will be executed if the condition is True. If the colon is omitted, a syntax error will occur, and the code will not run. Since the syntax error will prevent the code from running, it won't introduce any vulnerabilities by itself. However, it will cause the application to fail at the point where the code is parsed, which might expose other issues if error handling is not implemented properly.
- katesalazar approved
-
davidgumberg commented at 8:47 PM on April 5, 2024: none
-
jonatack commented at 5:24 PM on April 22, 2024: member
-
JeremyRubin commented at 4:49 PM on April 23, 2024: contributor
ack
- murchandamus approved
-
murchandamus commented at 5:38 PM on April 23, 2024: contributor
LGTM, ACK 2f1e2bc4d8ea0da70b7e840875292b0a5df8228e
- murchandamus merged this on Apr 23, 2024
- murchandamus closed this on Apr 23, 2024
- git-sgmoore renamed this:
added colon at end of if statement - bip-0119.mediawiki
o
on Nov 30, 2025