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 njs
Recipients christian.heimes, ned.deily, njs, steve.dower
Date 2018-09-21.02:23:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537496605.04.0.956365154283.issue34759@psf.upfronthosting.co.za>
In-reply-to
Content
Git bisect says:


1229664f30dd5fd4da32174a19258f8312464d45 is the first bad commit
commit 1229664f30dd5fd4da32174a19258f8312464d45
Author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Date:   Mon Sep 17 12:12:13 2018 -0700

    bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
    
    (cherry picked from commit c6fd1c1c3a65217958b68df3a4991e4f306e9b7d)
    
    Co-authored-by: Steve Dower <steve.dower@microsoft.com>


Now let's see if I can narrow down exactly what the behavioral change is, besides "this random test started failing"...
History
Date User Action Args
2018-09-21 02:23:25njssetrecipients: + njs, christian.heimes, ned.deily, steve.dower
2018-09-21 02:23:25njssetmessageid: <1537496605.04.0.956365154283.issue34759@psf.upfronthosting.co.za>
2018-09-21 02:23:24njslinkissue34759 messages
2018-09-21 02:23:24njscreate