]> granicus.if.org Git - python/commit
Clear the OpenSSL error queue each time an error is signalled.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 May 2010 23:11:46 +0000 (23:11 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 May 2010 23:11:46 +0000 (23:11 +0000)
commit508a237c9791e9e4913d6e61f006aabec0f7ea7d
treea5160bd593555f2bd11f1468952850e9b833ab91
parent308c2af9a4d0bfc107e53f311c34905ad45b86a4
Clear the OpenSSL error queue each time an error is signalled.
When the error queue is not emptied, strange things can happen on the next SSL call, depending on the OpenSSL version.
Modules/_ssl.c