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 vstinner
Recipients loewis, vstinner
Date 2010-04-20.12:20:43
SpamBayes Score 7.256495e-08
Marked as misclassified No
Message-id <1271766045.63.0.571365334536.issue8242@psf.upfronthosting.co.za>
In-reply-to
Content
> I haven't reviewed the patch in detail yet, but it seems to me that
> it fixes independent issues.

Right. First I only wanted to fix import machinery, but then I fixed a lot of "indenpendent" issues to test the patch on import. All fixes are related to surrogates. I'm splitting the big patch into small parts: see the dependency list of this issue.

I will open a new issue for the import machinery. But this patch requires extra changes which are now discussed in new issues.

> (...) why the heck does it > touch posixmodule.c?

I opened issue #8391 for this change: "os.execvpe() doesn't support surrogates in env".
History
Date User Action Args
2010-04-20 12:20:45vstinnersetrecipients: + vstinner, loewis
2010-04-20 12:20:45vstinnersetmessageid: <1271766045.63.0.571365334536.issue8242@psf.upfronthosting.co.za>
2010-04-20 12:20:43vstinnerlinkissue8242 messages
2010-04-20 12:20:43vstinnercreate