[issue7680] pythonw crash while attempting to start() a thread object

Ezio Melotti report at bugs.python.org
Tue Jan 12 05:37:31 CET 2010


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

On 2.7a2 on Windows 7 it seems to work, I opened the script with IDLE and did F5, this is the output I got:

Python 2.7a2 (r27a2:77402, Jan 10 2010, 10:04:50) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> ================================ RESTART ================================
>>> 
hello, dude!
>>>

----------
nosy: +ezio.melotti
priority:  -> normal

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7680>
_______________________________________


More information about the Python-bugs-list mailing list