[issue42853] `OverflowError: signed integer is greater than maximum` in ssl.py for files larger than 2GB

Christian Heimes report at bugs.python.org
Mon Apr 19 00:04:53 EDT 2021


Christian Heimes <lists at cheimes.de> added the comment:

Python 3.10 will use SSL_write_ex() and SSL_read_ex(), which support > 2 GB data.

----------
versions:  -Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42853>
_______________________________________


More information about the Python-bugs-list mailing list