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 pablogsal
Recipients asvetlov, pablogsal, yselivanov
Date 2018-10-20.15:07:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540048052.96.0.788709270274.issue35031@psf.upfronthosting.co.za>
In-reply-to
Content
Bisecting points to commit dbf102271fcc316f353c7e0a283811b661d128f2 as the dirst bad commit:

dbf102271fcc316f353c7e0a283811b661d128f2 is the first bad commit
commit dbf102271fcc316f353c7e0a283811b661d128f2
Author: Yury Selivanov <yury@magic.io>
Date:   Mon May 28 14:31:28 2018 -0400

    bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)

    In this commit:

    * Support BufferedProtocol in set_protocol() and start_tls()
    * Fix proactor to cancel readers reliably
    * Update tests to be compatible with OpenSSL 1.1.1
    * Clarify BufferedProtocol docs
    * Bump TLS tests timeouts to 60 seconds; eliminate possible race from start_serving
    * Rewrite test_start_tls_server_1
History
Date User Action Args
2018-10-20 15:07:32pablogsalsetrecipients: + pablogsal, asvetlov, yselivanov
2018-10-20 15:07:32pablogsalsetmessageid: <1540048052.96.0.788709270274.issue35031@psf.upfronthosting.co.za>
2018-10-20 15:07:32pablogsallinkissue35031 messages
2018-10-20 15:07:32pablogsalcreate