-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Description
On windows, running under git bash:
/c/Python33/python testris.py /c/Python33/python learntris.py just times out, even though /c/Python33/python learntris.py runs correctly.
The given learntris.py implementation is:
import sys
sys.stdin.readline()
(Which should pass the first test.) The --shell option makes no difference.
All variations work fine under python 2.7.6:
/c/Python27/python2 testris.py --shell /c/Python33/python learntris.py
/c/Python27/python2 testris.py --shell /c/Python27/python2 learntris.py
/c/Python27/python2 testris.py /c/Python33/python.exe learntris.py
/c/Python27/python2 testris.py /c/Python27/python2.exe learntris.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels