Commit 43b5f02
Fix location for popping pattern
Summary: We have the wrong location for the POP_TOP of a pattern. It also impacts 3.12 so this is an easy fix.
Reviewed By: mpage
Differential Revision: D82077054
fbshipit-source-id: 5c764a324a550b5e89483aa348bcd5ecc81b66601 parent b09dfc2 commit 43b5f02
2 files changed
Lines changed: 6 additions & 1 deletion
File tree
- cinderx/PythonLib
- cinderx/compiler
- test_cinderx/test_compiler/testcorpus
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5867 | 5867 | | |
5868 | 5868 | | |
5869 | 5869 | | |
5870 | | - | |
| 5870 | + | |
5871 | 5871 | | |
5872 | 5872 | | |
5873 | 5873 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments