Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15cdb2 commit 605f4bfCopy full SHA for 605f4bf
1 file changed
Python/compile.c
@@ -5064,11 +5064,6 @@ compiler_visit_keyword(struct compiler *c, keyword_ty k)
5064
return 1;
5065
}
5066
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
- */
5072
5073
static int
5074
compiler_with_except_finish(struct compiler *c, basicblock * cleanup) {
0 commit comments