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 mduft
Recipients benjamin.peterson, georg.brandl, jcea, loewis, mduft
Date 2011-04-28.06:06:48
SpamBayes Score 2.8279457e-10
Marked as misclassified No
Message-id <1303970809.4.0.52216488517.issue11937@psf.upfronthosting.co.za>
In-reply-to
Content
if the buildbot does not need to be reached from the outside, i could provide one, yes (i'm behind a company firewall/proxy infrastructure)

as for the patch: comments and improvement suggestions welcome :)

as for interix (actually SUA - Subsystem for UNIX Applications): It is a POSIX compatible layer on top of MS Windows (since 2000, up to currently 2008R2/7). I'm working on building gentoo prefix there, which brings a lot improvement to the rather outdated userland of interix (new GCC, python ;), new perl, etc.). Interix suffers from a few smaller problems, making it feel unstable in certain situations. For example, fork() tends to fail with EAGAIN, poll() does not work correctly, etc. To compensate this, i have build a library (suacomp.sf.net) which wraps a lot of library functions. my python fixes python just enough to work with suacomp installed. without suacomp, python will still build (as suacomp only wraps existing apis), but will not work too well (depending on what your doing).
History
Date User Action Args
2011-04-28 06:06:49mduftsetrecipients: + mduft, loewis, georg.brandl, jcea, benjamin.peterson
2011-04-28 06:06:49mduftsetmessageid: <1303970809.4.0.52216488517.issue11937@psf.upfronthosting.co.za>
2011-04-28 06:06:48mduftlinkissue11937 messages
2011-04-28 06:06:48mduftcreate