mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Add tests for with and finally performance to pybench.
This commit is contained in:
parent
c54aec1fda
commit
0df0f6d1b2
2 changed files with 194 additions and 0 deletions
|
|
@ -30,6 +30,10 @@ from Lists import *
|
|||
from Tuples import *
|
||||
from Dict import *
|
||||
from Exceptions import *
|
||||
try:
|
||||
from With import *
|
||||
except SyntaxError:
|
||||
pass
|
||||
from Imports import *
|
||||
from Strings import *
|
||||
from Numbers import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue