[pypy-commit] [Git][pypy/pypy][branch/default] It's pointless to compare the length of something with sys.maxsize.

Armin Rigo foss at heptapod.net
Sun May 31 04:36:46 EDT 2020



Armin Rigo pushed to branch branch/default at PyPy / pypy


Commits:
9c2a4c24 by Armin Rigo at 2020-05-31T08:36:32Z
It's pointless to compare the length of something with sys.maxsize.
The intention is instead to compare it with the C constant MAX_INT.

- - - - -


1 changed file:

- lib_pypy/_cffi_ssl/_stdssl/__init__.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9c2a4c240975f93b8ed5630ad06afa36c70c3bc9

-- 
View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9c2a4c240975f93b8ed5630ad06afa36c70c3bc9
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200531/7eb103e2/attachment.html>


More information about the pypy-commit mailing list