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 amaury.forgeotdarc
Recipients Qodosh, amaury.forgeotdarc
Date 2008-04-08.18:11:51
SpamBayes Score 0.025148252
Marked as misclassified No
Message-id <1207678313.58.0.675120297566.issue2584@psf.upfronthosting.co.za>
In-reply-to
Content
So let's it interpret this way:
range(1, 300000000) consumes more and more memory, and causes the system
to hang.
When python.exe is in a console, you have the ability to close the
window and kill the process.
When using Idle, the interpreter cannot be killed so easily: I suppose
you closed the main windows, but this did not kill the subprocess used
to run commands.

BTW1: did you try xrange(1, 30000000)

BTW2: msg65177 is not a pseudo... it's the message ID in the bug tracker ;-)
History
Date User Action Args
2008-04-08 18:11:54amaury.forgeotdarcsetspambayes_score: 0.0251483 -> 0.025148252
recipients: + amaury.forgeotdarc, Qodosh
2008-04-08 18:11:53amaury.forgeotdarcsetspambayes_score: 0.0251483 -> 0.0251483
messageid: <1207678313.58.0.675120297566.issue2584@psf.upfronthosting.co.za>
2008-04-08 18:11:52amaury.forgeotdarclinkissue2584 messages
2008-04-08 18:11:51amaury.forgeotdarccreate