]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Stop GCC warning about int literal that's so long that it becomes an
authorGuido van Rossum <guido@python.org>
Mon, 24 Nov 2003 04:13:13 +0000 (04:13 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 24 Nov 2003 04:13:13 +0000 (04:13 +0000)
commit5f4e45d66f3ed30f0275aba8d76c4fb34403bb9c
tree901d4f347e1ab8999248d27f3c7efa0221a060e8
parent0bba722fff2bac1bf6a03b994a0a9d516a413ab5
Stop GCC warning about int literal that's so long that it becomes an
unsigned int (on a 32-bit machine), by adding an explicit 'u' to the
literal (a prime used to improve the hash function for frozenset).
Objects/setobject.c