diff options
| author | Raymond Hettinger <python@rcn.com> | 2003-01-14 12:43:10 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2003-01-14 12:43:10 +0000 |
| commit | 8bb90a59a641979385f063249143a05a6198725e (patch) | |
| tree | 582e5ee05e36e6775e0859beaaf7c4e4e1b09795 /Lib/py_compile.py | |
| parent | 2d375f78a570dc627daf61df9d12473633055cdf (diff) | |
| download | cpython-git-8bb90a59a641979385f063249143a05a6198725e.tar.gz | |
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.
Diffstat (limited to 'Lib/py_compile.py')
0 files changed, 0 insertions, 0 deletions
