Add test for last fix.

Drop 2.5 test until we figure out what's wrong
This commit is contained in:
rocky
2016-05-01 21:06:52 -04:00
parent dcbf8d2cf7
commit 4455b5e280
4 changed files with 8 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ check-bytecode:
#: Check deparsing bytecode only
check-bytecode-sans-3.5:
$(PYTHON) test_pythonlib.py --bytecode-2.5 --bytecode-2.6 --bytecode-2.7 \
$(PYTHON) test_pythonlib.py --bytecode-2.6 --bytecode-2.7 \
--bytecode-3.2 --bytecode-3.3 --bytecode-3.4
#: Check deparsing Python 2.5

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,7 @@
# Addresses a bug in the way Python 3.5+ handles
# creation of map constants
opts = {'highlight': True,
'start_line': -1,
'end_line': None
}
print(opts)