]> granicus.if.org Git - python/commit
Issue #22117: Fix ssl to use _PyTime_t API on sock_timeout
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 28 Mar 2015 02:00:46 +0000 (03:00 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 28 Mar 2015 02:00:46 +0000 (03:00 +0100)
commite245231fabb4c97521959e9ae1b45469bfad0d1e
tree3958cfd82ebbe33bcb7ebce26614cece744d7273
parentb28e91633a7bedd2d821de523b0303fee3d7e0f6
Issue #22117: Fix ssl to use _PyTime_t API on sock_timeout

I didn't notice that the ssl module uses private attributes of socket objects.
Modules/_ssl.c