mirror of
https://github.com/python/cpython.git
synced 2026-08-14 19:40:48 +08:00
by making the DUP_TOPX code utterly straightforward. This also gets rid of all normal-case internal DUP_TOPX if/branches, and allows replacing one POP() with TOP() in each case, so is a good idea regardless.