• 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
Adı
Son kayıt (commit)
Son güncelleme
..
Makefile.in Loading commit data...
abstract.c Loading commit data...
classobject.c Loading commit data...
cobject.c Loading commit data...
complexobject.c Loading commit data...
dictobject.c Loading commit data...
fileobject.c Loading commit data...
floatobject.c Loading commit data...
frameobject.c Loading commit data...
funcobject.c Loading commit data...
intobject.c Loading commit data...
listobject.c Loading commit data...
longobject.c Loading commit data...
methodobject.c Loading commit data...
moduleobject.c Loading commit data...
object.c Loading commit data...
rangeobject.c Loading commit data...
sliceobject.c Loading commit data...
stringobject.c Loading commit data...
tupleobject.c Loading commit data...
typeobject.c Loading commit data...
xxobject.c Loading commit data...