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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-01-30.00:09:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517270967.2.0.467229070634.issue31851@psf.upfronthosting.co.za>
In-reply-to
Content
It's an assert, so it only affects debug builds - releases are not impacted.

I'm guessing there's a test that spawns a subprocess and doesn't initialize it properly for tests (specifically the part where we disable assertions on Windows).
History
Date User Action Args
2018-01-30 00:09:27steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware
2018-01-30 00:09:27steve.dowersetmessageid: <1517270967.2.0.467229070634.issue31851@psf.upfronthosting.co.za>
2018-01-30 00:09:27steve.dowerlinkissue31851 messages
2018-01-30 00:09:27steve.dowercreate