• Guido van Rossum's avatar
    Fix problem discovered by Barry: if you hit ^C to · f5181542
    Guido van Rossum yazdı
    sys.stdin.readline(), you get a fatal error (no current thread).  This
    is because there was a call to PyErr_CheckSignals() while there was no
    current thread.  I wonder how many more of these we find...  I bnetter
    go hunting for PyErr_CheckSignals() now...
    f5181542
fileobject.c 20.8 KB