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 terry.reedy
Recipients Segev Finer, eryksun, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2017-08-17.21:18:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503004712.94.0.668871930393.issue30121@psf.upfronthosting.co.za>
In-reply-to
Content
I determined in #31228 (also on Windows, closed as a duplicate) that a debug build, bad file, and subprocess.PIPE are all required.  Has this been tried on non-Windows?  I confirmed the crash on 3.6.  I do not have a 2.7 repository build.

The two lines above constitute a unittest that currently fails  on a Windows debug build.  Even if there is no such buildbot, I think a test should be added that will fail on developer machines with such builds.  It should be skipped on non-debug and perhaps non-Windows machines.
History
Date User Action Args
2017-08-17 21:18:32terry.reedysetrecipients: + terry.reedy, paul.moore, vstinner, tim.golden, zach.ware, eryksun, steve.dower, Segev Finer
2017-08-17 21:18:32terry.reedysetmessageid: <1503004712.94.0.668871930393.issue30121@psf.upfronthosting.co.za>
2017-08-17 21:18:32terry.reedylinkissue30121 messages
2017-08-17 21:18:32terry.reedycreate