Profiling workarounds, more coverage ...

test/Makefile: more grammar checking. Update python versions
10_del.pyc add test of DEL_GLOBAL

check_ast.py, pysource.py: Profileing workarounds
This commit is contained in:
rocky
2017-11-15 03:16:54 -05:00
parent 9a141a3144
commit 63a43d0c93
9 changed files with 24 additions and 2 deletions

View File

@@ -11,3 +11,8 @@ del c[2:3]
d = [0,1,2,3,4,5,6]
del d[1:3:2]
e = ('a', 'b')
def foo():
global e
del e