8000 Remove misleading comment · python/cpython@2a34a68 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a34a68

Browse files
committed
Remove misleading comment
1 parent b89dd60 commit 2a34a68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/compile.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6974,8 +6974,6 @@ guarantee_lineno_for_exits(struct assembler *a, int firstlineno) {
69746974
}
69756975
struct instr *last = &b->b_instr[b->b_iused-1];
69766976
if (last->i_lineno < 0) {
6977-
/* A return in a block by itself can't have a linenumber, or
6978-
* we can mess up frame.setlineno */
69796977
if (last->i_opcode == RETURN_VALUE)
69806978
{
69816979
for (int i = 0; i < b->b_iused; i++) {

0 commit comments

Comments
 (0)
0