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 fe13c9b commit acf0d9eCopy full SHA for acf0d9e
InternalDocs/compiler.md
@@ -555,7 +555,7 @@ Important files
555
* [Python/assemble.c](https://github.com/python/cpython/blob/main/Python/assemble.c):
556
Constructs a code object from a sequence of pseudo instructions.
557
558
- * [Python/instruction_sequence.c.c](https://github.com/python/cpython/blob/main/Python/instruction_sequence.c.c):
+ * [Python/instruction_sequence.c](https://github.com/python/cpython/blob/main/Python/instruction_sequence.c):
559
A data structure representing a sequence of bytecode-like pseudo-instructions.
560
561
* [Include/](https://github.com/python/cpython/blob/main/Include/)
0 commit comments