Replaced POP() with STACKADJ(-1) on lines where the result wasn't used.
The two are semantically equivalent, but the first triggered a compiler warning about an unused variable. Note, the preceding steps had already accessed and decreffed the variable so the reference counts were fine.
R
Raymond Hettinger committed
8bb90a59a641979385f063249143a05a6198725e
Parent: 2d375f7