diff options
author | Christian Heimes <christian@python.org> | 2021-04-19 04:55:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 04:55:30 (GMT) |
commit | 89d1550d14ba689af12eeb726e4ff8ce73cee7e1 (patch) | |
tree | b74447b5ef927594da10942376ec905b09b03d29 /Lib/datetime.py | |
parent | 49fdf118aeda891401d638ac32296c7d55d54678 (diff) | |
download | cpython-89d1550d14ba689af12eeb726e4ff8ce73cee7e1.zip cpython-89d1550d14ba689af12eeb726e4ff8ce73cee7e1.tar.gz cpython-89d1550d14ba689af12eeb726e4ff8ce73cee7e1.tar.bz2 |
bpo-42854: Use SSL_read/write_ex() (GH-25468)
The ssl module now uses ``SSL_read_ex`` and ``SSL_write_ex``
internally. The functions support reading and writing of data larger
than 2 GB. Writing zero-length data no longer fails with a protocol
violation error.
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Lib/datetime.py')
0 files changed, 0 insertions, 0 deletions