]> granicus.if.org Git - python/commit
Rather gross workaround for a bug in the mac GUSI I/O library:
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 10 Oct 2001 22:03:27 +0000 (22:03 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 10 Oct 2001 22:03:27 +0000 (22:03 +0000)
commit2771b5b52b3ed7a64c9e7c820518c9266915958b
tree9715d2cf2ce6c1663b092dfc3a90aca91d6ab803
parentb088dd4a2691fc336e727d271ade456523ad7270
Rather gross workaround for a bug in the mac GUSI I/O library:
lseek(fp, 0L, SEEK_CUR) can make a filedescriptor unusable.
This workaround is expected to last only a few weeks (until GUSI
is fixed), but without it test_email fails.
Objects/fileobject.c