Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a72b0d

Browse files
committed
Delete orphaned comment
(The function this described was deleted by PR #23743, the comment was accidentally retained.)
1 parent f42a06b commit 7a72b0d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Python/compile.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5064,11 +5064,6 @@ compiler_visit_keyword(struct compiler *c, keyword_ty k)
50645064
return 1;
50655065
}
50665066

5067-
/* Test whether expression is constant. For constants, report
5068-
whether they are true or false.
5069-
5070-
Return values: 1 for true, 0 for false, -1 for non-constant.
5071-
*/
50725067

50735068
static int
50745069
compiler_with_except_finish(struct compiler *c, basicblock * cleanup) {

0 commit comments

Comments
 (0)