From: Guido van Rossum Date: Sun, 5 Dec 2021 17:03:58 +0000 (-0800) Subject: Delete orphaned comment (#29917) X-Git-Tag: v3.11.0a3~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=605f4bf7838dbef86b52c955dc21ab489219490f;p=thirdparty%2FPython%2Fcpython.git Delete orphaned comment (#29917) (The function this described was deleted by PR #23743, the comment was accidentally retained.) --- diff --git a/Python/compile.c b/Python/compile.c index 87de7baab481..6138031833ac 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -5064,11 +5064,6 @@ compiler_visit_keyword(struct compiler *c, keyword_ty k) return 1; } -/* Test whether expression is constant. For constants, report - whether they are true or false. - - Return values: 1 for true, 0 for false, -1 for non-constant. - */ static int compiler_with_except_finish(struct compiler *c, basicblock * cleanup) {