Better grammar coverage; reduce 3.x mklambda rules

This commit is contained in:
rocky
2017-11-29 16:39:32 -05:00
parent 11e2637eeb
commit acb4ffb758
15 changed files with 30 additions and 15 deletions

View File

@@ -1,6 +1,9 @@
# Tests:
# Tests all the different kinds of imports
import sys
from os import path
from os import *
import time as time1, os as os1
import http.client as httpclient
if len(__file__) == 0:
# a.b.c should force consecutive LOAD_ATTRs
import a.b.c as d