Files
cpython/Modules
Miss Islington (bot) bbad695e78 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
(cherry picked from commit 76611c7c0a)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2019-07-09 05:42:49 -07:00
..
2019-07-05 15:00:43 -07:00
2019-06-18 21:55:59 -07:00
2016-10-18 16:29:27 +02:00
2016-10-18 16:29:27 +02:00
2016-09-06 10:46:49 -07:00
2019-07-05 15:00:43 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.