[ python-Bugs-1154811 ] Duplicate output with unbuffered IO after
fork
SourceForge.net
noreply at sourceforge.net
Wed Mar 2 06:00:49 CET 2005
Bugs item #1154811, was opened at 2005-03-02 04:53
Message generated for change (Comment added) made by aivazis
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.
----------------------------------------------------------------------
>Comment By: Michael Aivazis (aivazis)
Date: 2005-03-02 05:00
Message:
Logged In: YES
user_id=30635
OS info: Linux version 2.6.7 (root at amalfi) (gcc version
3.3.5 (Debian 1:3.3.5-6)) #2 Wed Jan 26 07:20:32 PST 2005
----------------------------------------------------------------------
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