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

jakirkham report at bugs.python.org
Thu Jun 24 16:15:36 EDT 2021


jakirkham <jakirkham at gmail.com> added the comment:

Not following. Why would it break? Presumably once one builds Python for a particular OS they keep there (like system package managers for example).

Or alternatively they build on a much older OS and then deploy to newer ones. The latter case is what we do in conda-forge (Anaconda does the same thing). We also build our own OpenSSL so have control of that knob too. Though I've seen application developers do similar things.

Do you have an example where this wouldn't work? Maybe that would help as we can define a better solution there.

----------

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


More information about the Python-bugs-list mailing list