[issue18286] Python 3.3 - Slowing down computer

2013-06-22 Thread Jon Irenicus
Jon Irenicus added the comment: #David Edelsohn It's not changing anything. with open('url_list.txt') as f: content = f.readlines() content = ''.join(content) content = list(content) if content[0] == 'h' and content[1] == 't' and co

[issue18286] Python 3.3 - Slowing down computer

2013-06-22 Thread Jon Irenicus
Jon Irenicus added the comment: The problem is when i run my python script, it somehow slows the whole computer down. I checked my cpu usage, ram usage and disk usage, but nothing comes up. The script isn't big, it's only about 10kb big. -- status: pendi

[issue18286] Python 3.3 - Slowing down computer

2013-06-22 Thread Jon Irenicus
New submission from Jon Irenicus: Python's really slowing my computer down. After running my script, the computer grinds to a halt and it's performance drops. Even after a reboot, the problem still persists. -- components: Windows messages: 191661 nosy: jon_irenicus priori