[Python-checkins] Delete orphaned comment (#29917)

gvanrossum webhook-mailer at python.org
Sun Dec 5 12:04:16 EST 2021


https://github.com/python/cpython/commit/605f4bf7838dbef86b52c955dc21ab489219490f
commit: 605f4bf7838dbef86b52c955dc21ab489219490f
branch: main
author: Guido van Rossum <guido at python.org>
committer: gvanrossum <gvanrossum at gmail.com>
date: 2021-12-05T09:03:58-08:00
summary:

Delete orphaned comment (#29917)

(The function this described was deleted by PR #23743, the comment was accidentally retained.)

files:
M Python/compile.c

diff --git a/Python/compile.c b/Python/compile.c
index 87de7baab4819..6138031833ac9 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) {



More information about the Python-checkins mailing list