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 David.Meier
Recipients David.Meier
Date 2011-01-29.22:21:41
SpamBayes Score 1.4228862e-05
Marked as misclassified No
Message-id <1296339702.88.0.766799420032.issue11068@psf.upfronthosting.co.za>
In-reply-to
Content
After IDLE launches I select 'File->Open' browse to a blank .py file, when I select the particular file I get the segfault below...

silverbox:~ user$ (idle&)
silverbox:~ user$ Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/run.py", line 93, in main
    seq, request = rpc.request_queue.get(block=True, timeout=0.05)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Queue.py", line 177, in get
    self.not_empty.wait(remaining)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 257, in wait
    _sleep(delay)
TypeError: 'int' object is not callable
History
Date User Action Args
2011-01-29 22:21:42David.Meiersetrecipients: + David.Meier
2011-01-29 22:21:42David.Meiersetmessageid: <1296339702.88.0.766799420032.issue11068@psf.upfronthosting.co.za>
2011-01-29 22:21:42David.Meierlinkissue11068 messages
2011-01-29 22:21:41David.Meiercreate