mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
1 line
195 B
ReStructuredText
1 line
195 B
ReStructuredText
Removed redundant fields from the compiler's basicblock struct: ``b_nofallthrough``, ``b_exit``, ``b_return``. They can be easily calculated from the opcode of the last instruction of the block.
|