<div>Earlier today I typed the following into my pythonwin interactive interpreter in windows xp:</div>
<div>&nbsp;</div>
<div>&gt;&gt;&gt; int('7' * 10 ** 6)</div>
<div>&nbsp;</div>
<div>
<div>I expected either an error message or it to get stuck and require me to stop the process manually.</div></div>
<div>&nbsp;</div>
<div>
<div>I read that unlike long integers in C, longs in python are only limited by the amount of memory (and virtual memory) your system has.</div></div>
<div>&nbsp;</div>
<div>Can you guess what it did?</div>
<div>&nbsp;</div>
<div>I'm temped to end the post here, but I'm new to this list and its possible that people might be annoyed by me not getting to the point within my initial post, so here's what it did:</div>
<div>&nbsp;</div>
<div>It thought about it for about 2 seconds then restarted my pc! explanations welcome.</div>