bpo-37120: Fix _ssl get_num_tickets() (GH-14668)
Replace PyLong_FromLong() with PyLong_FromSize_t(): SSL_CTX_get_num_tickets() return type is size_t. https://bugs.python.org/issue37120
V
Victor Stinner committed
76611c7c0af6b2f4d0d98a5db827d34cff54ce25
Parent: 91b4f7a
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
on 7/9/2019, 11:30:52 AM