This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hfuru
Recipients hfuru, mark.dickinson
Date 2010-11-06.19:06:25
SpamBayes Score 0.0023153333
Marked as misclassified No
Message-id <hbf.20101106giaj@bombur.uio.no>
In-reply-to <hbf.20101106g37z@bombur.uio.no>
Content
I wrote:
> #define PY_LLONG_MAX \
>     (1 + 2 * ((Py_LL(1) << (CHAR_BIT*SIZEOF_LONG_LONG-2)) - 1))
> #define PY_ULLONG_MAX (PY_LLONG_MAX * 2ULL + 1)

Eh, Py_ULL(2).

> (...)  I just get peeved when people get this
> wrong, then document and promote the errors:)

Just to be clear, I'm peeving at the comment, not the code.
History
Date User Action Args
2010-11-06 19:06:26hfurusetrecipients: + hfuru, mark.dickinson
2010-11-06 19:06:25hfurulinkissue10325 messages
2010-11-06 19:06:25hfurucreate