You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a simple idea how to speed-up pythoneval.py tests, that are currently very slow. After running the first test we can write cache and use it for the next test, so that we don't reprocess builtins, typing, etc.