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 astrand
Recipients
Date 2004-10-20.18:26:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=344921

Do you have lsof on your system? In that case, you could try
this:

>>> import os, subprocess
>>> subprocess.call(["lsof", "-p", str(os.getpid())])

That should give you a hint of what fd 3 and 4 really are. 
History
Date User Action Args
2007-08-23 14:26:44adminlinkissue1048808 messages
2007-08-23 14:26:44admincreate