🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove obsolete comment
  • Loading branch information
iritkatriel committed Jun 15, 2022
commit b5f58d18ddebf4bf7d6449044cff71ddb5fb3aa7
7 changes: 1 addition & 6 deletions Python/compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -7013,13 +7013,8 @@ compiler_match(struct compiler *c, stmt_ty s)
#undef WILDCARD_CHECK
#undef WILDCARD_STAR_CHECK

/* End of the compiler section, beginning of the assembler section */

/* do depth-first search of basic block graph, starting with block.
post records the block indices in post-order.

XXX must handle implicit jumps from one block to next
*/
/* End of the compiler section, beginning of the assembler section */


struct assembler {
Expand Down