Split out comprehension code..

sync with decompile a little better
This commit is contained in:
rocky
2022-04-17 10:52:56 -04:00
parent 1c1752d6d6
commit f8ae674890
4 changed files with 441 additions and 371 deletions

View File

@@ -58,6 +58,10 @@ check-3.8:
7.2 7.3:
$(MAKE) -C test $@
#:pyston versions
2.3:
$(MAKE) -C test $@
#: Run py.test tests
pytest:
$(MAKE) -C pytest check