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 eryksun, lemburg, paul.moore, sahsariga111, steve.dower, tim.golden, vstinner, zach.ware
Date 2022-01-24.14:35:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643034959.61.0.601908861817.issue45382@roundup.psfhosted.org>
In-reply-to
Content
Yeah, I pushed the machines up to 2022 the other day while tidying the configs. Wouldn't have expected it to impact that issue though, it's fully within OpenSSL, isn't it? (We also updated that recently...)

Also, as an FYI, if you use "wmic /output:<filename>" then it always writes in utf-16-le with a BOM. It's *very* unlikely you'll ever get output that doesn't fit into MBCS, but if that does ever occur, we can use a temporary file instead of stdout.
History
Date User Action Args
2022-01-24 14:35:59steve.dowersetrecipients: + steve.dower, lemburg, paul.moore, vstinner, tim.golden, zach.ware, eryksun, sahsariga111
2022-01-24 14:35:59steve.dowersetmessageid: <1643034959.61.0.601908861817.issue45382@roundup.psfhosted.org>
2022-01-24 14:35:59steve.dowerlinkissue45382 messages
2022-01-24 14:35:59steve.dowercreate