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 legnaleurc
Recipients asvetlov, grzgrzgrz3, legnaleurc, thehesiod, yselivanov
Date 2018-10-15.11:49:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539604155.13.0.788709270274.issue30698@psf.upfronthosting.co.za>
In-reply-to
Content
The SSL connection still cannot close cleanly in 3.7.0.
It will keep throwing read error during shutdown, so shutdown callback will never be called.

I've been test this PR for a while, and at least it fixes my problem.

Hope this PR can be included in 3.7.1, or at least 3.7.2.
History
Date User Action Args
2018-10-15 11:49:15legnaleurcsetrecipients: + legnaleurc, asvetlov, yselivanov, thehesiod, grzgrzgrz3
2018-10-15 11:49:15legnaleurcsetmessageid: <1539604155.13.0.788709270274.issue30698@psf.upfronthosting.co.za>
2018-10-15 11:49:15legnaleurclinkissue30698 messages
2018-10-15 11:49:15legnaleurccreate