bpo-9566: Fixed _ssl module warnings (#2495)
authorSegev Finer <segev208@gmail.com>
Wed, 26 Jul 2017 22:19:17 +0000 (01:19 +0300)
committerSteve Dower <steve.dower@microsoft.com>
Wed, 26 Jul 2017 22:19:17 +0000 (15:19 -0700)
commit5cff6379797967faabbb834a9eb154c3f0839489
tree54c628d615474354fa4e6bdaa6eacb6c182ef903
parent679b566622ec811c5e5d580f6a538f7a43006e05
bpo-9566: Fixed _ssl module warnings (#2495)

* bpo-9566: Fixed some _ssl warnings

* bpo-9566: _ssl: Fixup the fixes and also fix the remainings warnings

* Add a comment about the downcast
Modules/_ssl.c