New submission from David Meier <djme...@gmail.com>: 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 ---------- components: IDLE messages: 127492 nosy: David.Meier priority: normal severity: normal status: open title: Python 2.7.1 Idle Segmentation Fault OS X (10.6.6) type: crash versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11068> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com