]> granicus.if.org Git - python/commit
Fix to bug [ Bug #111860 ] file.writelines() crashes.
authorMarc-André Lemburg <mal@egenix.com>
Fri, 25 Aug 2000 22:39:50 +0000 (22:39 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 25 Aug 2000 22:39:50 +0000 (22:39 +0000)
commit6ef68b5b01c7898624b8baa5d042522d3d6532af
tree95768f88220923479c0c7563d8aebd9176a1e389
parent4ea8d6e52ebd87267e58c14fdabefcb58a1d3770
Fix to bug [ Bug #111860 ] file.writelines() crashes.
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.
Objects/fileobject.c