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 christian.heimes
Recipients brett.cannon, christian.heimes, gvanrossum
Date 2007-10-16.05:40:38
SpamBayes Score 0.0041973484
Marked as misclassified No
Message-id <1192513239.44.0.0415869004695.issue1267@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is a combined patch for the imp.find_module() problem and
initstdio. Both patches depend on the new PyFile_FromFileEx() function.
I hope you don't mind.
Files
File name Uploaded
py3k_initstdio_impfindmodule.patch christian.heimes, 2007-10-16.05:40:39
History
Date User Action Args
2007-10-16 05:40:39christian.heimessetspambayes_score: 0.00419735 -> 0.0041973484
recipients: + christian.heimes, gvanrossum, brett.cannon
2007-10-16 05:40:39christian.heimessetspambayes_score: 0.00419735 -> 0.00419735
messageid: <1192513239.44.0.0415869004695.issue1267@psf.upfronthosting.co.za>
2007-10-16 05:40:39christian.heimeslinkissue1267 messages
2007-10-16 05:40:39christian.heimescreate