[ python-Bugs-1154811 ] Duplicate output with unbuffered IO after fork

SourceForge.net noreply at sourceforge.net
Wed Mar 2 05:53:58 CET 2005


Bugs item #1154811, was opened at 2005-03-02 04:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1154811&group_id=5470

Category: Python Interpreter Core
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Aivazis (aivazis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Duplicate output with unbuffered IO after fork

Initial Comment:
When doing unbuffered IO, I get the same output twice
after a fork. If I open my file with no buffering, this
problem does not occur. If I don't fork, the problem
goies away also. 

The bug is present in 2.3 and 2.4. Haven't tried 2.5.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1154811&group_id=5470


More information about the Python-bugs-list mailing list