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 loewis
Recipients loewis, meador.inge, petri.lehtinen
Date 2012-05-21.15:45:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337615113.87.0.926124459085.issue14862@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps a little less contrived

from libc_wrapper import fdopen
from os import *

where libc_wrapper might be a module built on top of ctypes.
History
Date User Action Args
2012-05-21 15:45:13loewissetrecipients: + loewis, meador.inge, petri.lehtinen
2012-05-21 15:45:13loewissetmessageid: <1337615113.87.0.926124459085.issue14862@psf.upfronthosting.co.za>
2012-05-21 15:45:13loewislinkissue14862 messages
2012-05-21 15:45:13loewiscreate