Message 192766 - Python tracker
Message192766
| 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, rpetrov, rubenvb, santoso.wijaya, schmir, tarek |
| Date | 2013-07-09.16:43:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CAHVvXxRwoDzJzsMTryZwDqnkx_605PKv0kW3SkVRk7phkZjDcw@mail.gmail.com> |
| In-reply-to | <1373387789.81.0.0678220415003.issue12641@psf.upfronthosting.co.za> |
| Content | |
|---|---|
On 9 July 2013 17:36, Éric Araujo <report@bugs.python.org> wrote: > > Don’t forget that distutils is used during CPython’s build process to compile extension modules: subprocess may not be importable then. Subprocess is imported at at the top of the module in 3.x [1]. The whole distutils.cygwinccompiler module is an ImportError if subprocess is not importable. Or did you mean for 2.7 only (where get_versions() uses os.popen)? [1] http://hg.python.org/cpython/file/3f3cbfd52f94/Lib/distutils/cygwinccompiler.py#l51 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-07-09 16:43:52 | oscarbenjamin | set | recipients: + 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 |
| 2013-07-09 16:43:52 | oscarbenjamin | link | issue12641 messages |
| 2013-07-09 16:43:52 | oscarbenjamin | create | |