[EMAIL PROTECTED] wrote:
> Indeed, as the docs pointed out. I guess I was confused by
>
> "If pylong is greater than ULONG_MAX, an OverflowError is raised."
>
> at http://docs.python.org/api/longObjects.html.
Take care -- this is about "unsigned long" data type of C, not a
Python "long" instan
On Jan 21, 7:42 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Mon, 21 Jan 2008 22:02:34 -0200, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> escribió:
>
>
>
>
>
> > On Jan 21, 5:36 pm, Gary Herron <[EMAIL PROTECTED]> wrote:
> >> [EMAIL PROTECTED] wrote:
> >> > How can I figure out the largest
En Mon, 21 Jan 2008 22:02:34 -0200, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> escribió:
> On Jan 21, 5:36 pm, Gary Herron <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED] wrote:
>> > How can I figure out the largest long available? I was hoping for
>>
>> There is no explicit (defined) limit. The a
On Jan 21, 3:34 pm, Bjoern Schliessmann wrote:
> [EMAIL PROTECTED] wrote:
> > How can I figure out the largest long available?
>
> Why would you? AFAIK, longs are only limited by available memory.
Indeed, as the docs pointed out. I guess I was confused by
"If pylong is greater than ULONG_MAX, a
On Jan 21, 5:36 pm, Gary Herron <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > How can I figure out the largest long available? I was hoping for
> > something like sys.maxint, but I didn't see it. Also, can someone
> > point me to where I can (concisely) read about size of such types
>
[EMAIL PROTECTED] wrote:
> How can I figure out the largest long available? I was hoping for
> something like sys.maxint, but I didn't see it. Also, can someone
> point me to where I can (concisely) read about size of such types
> (int, float, long).
>
There is no explicit (defined) limit. Th
[EMAIL PROTECTED] wrote:
> How can I figure out the largest long available?
Why would you? AFAIK, longs are only limited by available memory.
> I was hoping for something like sys.maxint, but I didn't see it.
> Also, can someone point me to where I can (concisely) read about
> size of such types
How can I figure out the largest long available? I was hoping for
something like sys.maxint, but I didn't see it. Also, can someone
point me to where I can (concisely) read about size of such types
(int, float, long).
--
http://mail.python.org/mailman/listinfo/python-list