diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-11-25 10:59:52 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-11-25 10:59:52 (GMT) |
commit | 6193ecd77907dafa83235dd1386354613ecafcdf (patch) | |
tree | e6a09691ac88d2831e3bea5b794f24ef33209ce8 /configure | |
parent | 1018fad6a4df3d7fcb0ec715867069044428a759 (diff) | |
download | cpython-6193ecd77907dafa83235dd1386354613ecafcdf.zip cpython-6193ecd77907dafa83235dd1386354613ecafcdf.tar.gz cpython-6193ecd77907dafa83235dd1386354613ecafcdf.tar.bz2 |
Fix a ResourceWarning in generate_opcode_h.py
Use a context manager to close the Python file. Replace also open() with
tokenize.open() to handle coding cookie if any in Lib/opcode.py.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions