thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Large sets in memory cause the interpreter to run slowly #337

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. In the interpreter, enter
x={"A long string"+str(i) for i in range(1000000)}
2. Enter something that the interpreter should evaluate quickly, such as a
single integer.

The interpreter should process this second input quickly, and then return 
to the prompt immediately. Instead, after processing and displaying the
output, it takes several seconds to return to the >>> prompt.

PyScripter 1.9.9.7, Windows Vista 64-bit SP2

Original issue reported on code.google.com by hanson.ira on 27 Sep 2009 at 7:13

GoogleCodeExporter commented 9 years ago
Actually, now it's working. Maybe I had something else big happening in memory.

Original comment by hanson.ira on 28 Sep 2009 at 3:22

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 2 Jan 2010 at 4:52