• Marc-André Lemburg's avatar
    Fix to bug [ Bug #111860 ] file.writelines() crashes. · 3729d7de
    Marc-André Lemburg authored
    file.writelines() now tries to emulate the behaviour of file.write()
    as closely as possible. Due to the problems with releasing the
    interpreter lock the solution isn't exactly optimal, but still better
    than not supporting the file.write() semantics at all.
    3729d7de
fileobject.c 27.6 KB