diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-11-25 11:59:52 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-11-25 11:59:52 +0100 |
commit | 6193ecd77907dafa83235dd1386354613ecafcdf (patch) | |
tree | e6a09691ac88d2831e3bea5b794f24ef33209ce8 /Python/compile.c | |
parent | 1018fad6a4df3d7fcb0ec715867069044428a759 (diff) | |
download | cpython-git-6193ecd77907dafa83235dd1386354613ecafcdf.tar.gz |
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 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions