rocky / python-xdis

Python cross-version bytecode library and disassembler
GNU General Public License v2.0
292 stars 95 forks source link

code: import PYTHON_VERSION #57

Closed bmwiedemann closed 4 years ago

bmwiedemann commented 4 years ago

fixup on commit 7fddc7fde65174396dac9657e808341b520f13ed

without this change, calling freeze on a code object would error out with

NameError: name 'PYTHON_VERSION' is not defined
rocky commented 4 years ago

Ok. Seems harmless.