summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authormisuzu <bakalolka@gmail.com>2023-02-06 14:56:13 +0200
committermisuzu <bakalolka@gmail.com>2023-02-06 20:59:34 +0200
commita357ead75ca08b93e353b89fb566abc5ee9074d9 (patch)
tree8423cfc6866896ecb0150ef48aaba89f9a1f7d25 /MANIFEST.in
parentb657f27f98bd14850a3736c62a244751c7b4c780 (diff)
downloadpymemcache-a357ead75ca08b93e353b89fb566abc5ee9074d9.tar.gz
Fix test_compressed_complex failure on 32-bit platforms
This test was written with the assumption that sys.maxsize is equal to 2**63 - 1 everywhere. sys.maxsize is equal to 2**31 - 1 on a 32-bit platforms and 2**63 - 1 on a 64-bit platforms. See also https://docs.python.org/3/library/sys.html#sys.maxsize
Diffstat (limited to 'MANIFEST.in')
0 files changed, 0 insertions, 0 deletions