2.1 vs. 2.2

Terry Reedy tejarex at yahoo.com
Sun Apr 14 04:18:05 EDT 2002


"Jens Baader" <nospam at nospam.com> wrote in message
news:3cb8c690$0$19942$9b622d9e at news.freenet.de...
>
> "Terry Reedy" <tejarex at yahoo.com> schrieb im Newsbeitrag
> news:WL2u8.26958$GS6.2775752 at bin3.nnrp.aus1.giganews.com...
>
> I see. Thank you for your answers.
>
> BTW, try this in interactive mode:
>
> "The Python interpreter is very stable"*30000
>
> At least at my system the interpreter promptly
> hangs itself. I guess I just found my first bug..
> (not bad I just read the first few pages of the
> tutorial)

Perhaps you should write an iterative fibonacci function in standard C
or C++ and try fib(100) or whatever n is needed to overflow ints on
that machine.  Or write a simple recursive function and try
recurse(30000).  If it works with one compiler on one OS and system,
try another.  Then write to the compiler maker and C standards
committee about the bugs you are finding after barely learning C.  I
am sure Microsoft will be glad to hear from you.

Terry J. Reedy






More information about the Python-list mailing list