mirror of
https://github.com/python/cpython.git
synced 2026-05-21 20:03:06 -04:00
bb445a1f22
and read operations on write-only file objects. On Windows, the system C library would return a bogus result; on Solaris, it was possible to crash the interpreter. Patch by Stefan Krah.