mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
gh-109889: fix compiler's redundant NOP detection to look past NOPs with no lineno when looking for the next instruction's lineno (#109987)
This commit is contained in:
parent
b14f0ab51c
commit
f580edcc6a
3 changed files with 18 additions and 1 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Fix the compiler's redundant NOP detection algorithm to skip over NOPs with
|
||||
no line number when looking for the next instruction's lineno.
|
||||
Loading…
Add table
Add a link
Reference in a new issue