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 oscarbenjamin
Recipients Jeffrey.Armstrong, Martin.Fiers, Pete.Forman, RubyTuesdayDONO, Seppo.Yli-Olli, alexis, christian.heimes, cmcqueen1975, danmbox, doko, eric.araujo, fratti, geertj, jonforums, jwilk, lemburg, loewis, oscarbenjamin, paul.moore, pje, renatosilva, rivy, rpetrov, rubenvb, santoso.wijaya, schmir, tarek
Date 2013-07-11.16:21:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAHVvXxRM-hRd75vg-2RLPwEZ35xqRDE5TVcresqa-hFkCLTKFA@mail.gmail.com>
In-reply-to <1373426766.11.0.102218077723.issue12641@psf.upfronthosting.co.za>
Content
I'm attaching three new patches following on from Eric and Christian's
suggestions:

check_mno_cywin_py27_1.patch (for Python 2.7)
check_mno_cywin_py3_1.patch (for Python 3.2 and 3.3)
check_mno_cywin_py34_1.patch (for Python 3.4)

The py27 patch now uses os.popen to avoid importing subprocess as
suggested by Eric. The other two patches are changed to use
check_output as suggested by Christian (subprocess is already imported
in 3.x).

I've retested the patches using the same setup as before and the
results are unchanged for all gcc and Python versions tested.
Files
File name Uploaded
check_mno_cywin_py27_1.patch oscarbenjamin, 2013-07-11.16:21:47
check_mno_cywin_py34_1.patch oscarbenjamin, 2013-07-11.16:21:46
check_mno_cywin_py3_1.patch oscarbenjamin, 2013-07-11.16:21:47
History
Date User Action Args
2013-07-11 16:21:47oscarbenjaminsetrecipients: + oscarbenjamin, lemburg, loewis, doko, paul.moore, pje, geertj, christian.heimes, schmir, tarek, jwilk, eric.araujo, rpetrov, cmcqueen1975, rubenvb, santoso.wijaya, alexis, Seppo.Yli-Olli, jonforums, RubyTuesdayDONO, Jeffrey.Armstrong, danmbox, Martin.Fiers, Pete.Forman, renatosilva, fratti, rivy
2013-07-11 16:21:47oscarbenjaminlinkissue12641 messages
2013-07-11 16:21:47oscarbenjamincreate