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

2010-01-17 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> invalid stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing

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

2010-01-17 Thread dontbugme
dontbugme added the comment: After asking at the IRC channel, posborne resolved the error: Also, the behaviour of exiting the main thread before all threads has exited is undefined. Is the behaviour different if you add t.join() to the end of the script? Code: #!/usr/bin/env python import

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

2010-01-12 Thread dontbugme
dontbugme added the comment: I did not understand the question. If you were meaning running a plain print(), then it does work: #!/usr/bin/env python print "foo" IDLE 2.6.4 No Subprocess >>> foo >>> Well, as you suggested the problem most probably originates from calling print

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

2010-01-12 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: pythonw.exe has an invalid stdout. Does the problem reproduce when you call print function directly, without a thread? -- nosy: +amaury.forgeotdarc ___ Python tracker __

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

2010-01-11 Thread Ezio Melotti
Ezio Melotti 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. >

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

2010-01-11 Thread dontbugme
New submission from dontbugme : PythonW.exe crash, tested under Windows 7 x86 / x64, Python v2.6.4. The crash can be reproduced by opening and running the attached code in IDLE. TY! Error Message: Microsoft Visual C++ Runtime Library Runtime Error! Program: C:\Python26\pythonw.exe This applicati