This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shalabh
Recipients
Date 2004-10-20.20:08:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=30293

No other processes use these. I checked the output of
subprocess.call(["lsof"]) from within python. Observe they
refer to each other, though:

python     878 shalabh    3u  PIPE 0xc5193c18      16384   
     ->0xc5193cc4
                                   ^^^^^^^^^^              
       **********
python     878 shalabh    4u  PIPE 0xc5193cc4      16384   
     ->0xc5193c18
                                   **********              
       ^^^^^^^^^^
History
Date User Action Args
2007-08-23 14:26:44adminlinkissue1048808 messages
2007-08-23 14:26:44admincreate