mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
4 lines
298 B
ReStructuredText
4 lines
298 B
ReStructuredText
Fix an issue that caused extended opcode arguments and some conditional pops
|
|
to be ignored when calculating valid jump targets for assignments to the
|
|
``f_lineno`` attribute of frame objects. In some cases, this could cause
|
|
inconsistent internal state, resulting in a hard crash of the interpreter.
|