Ticket #4119 (closed bug: invalid)
File buffering isn't flushed at exit
Description
In C, there's an atexit handler to fflush all FILE* files.
In most other environments (e.g: Python files), file buffers are flushed in a graceful exit. With GHC 6.12.1, they aren't.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

