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.

classification
Title: Thread start - strange error under Cygwin
Type: behavior Stage: test needed
Components: Interpreter Core Versions: Python 3.1, Python 3.2, Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: jlt63 Nosy List: BreamoreBoy, adsr, jlt63, nnorwitz
Priority: normal Keywords:

Created on 2004-02-22 15:21 by adsr, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
wp_retr.py adsr, 2004-02-22 15:21 the script in question
filelist.txt adsr, 2004-02-22 15:22 example input file
Messages (4)
msg20109 - (view) Author: Artur de Sousa Rocha (adsr) Date: 2004-02-22 15:21
I wrote a short script that launches several threads 
(parallel download using urllib.urlretrieve in this case). 
Sometimes when I launch my script under Cygwin, I get 
strange error messages like:

      2 [win] python 1912 Winmain: Cannot register 
window class

Sometimes all of the threads run OK, otherwise after 
the "correct" ones finish the console stops responding.

No problems with this script directly under Windows
msg20110 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-09-30 05:37
Logged In: YES 
user_id=33168

Jason?
msg114327 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-08-19 06:15
I'll close this in a couple of weeks unless someone shows an interest in running with it.
msg115601 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-09-04 18:42
No reply to msg114327.
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39973
2010-09-04 18:46:44BreamoreBoysetstatus: open -> closed
resolution: out of date
2010-09-04 18:42:58BreamoreBoysetstatus: pending -> open

messages: + msg115601
2010-08-19 06:15:01BreamoreBoysetstatus: open -> pending
versions: + Python 3.1, Python 2.7, Python 3.2, - Python 2.6
nosy: + BreamoreBoy

messages: + msg114327
2009-02-14 11:34:27ajaksu2setstage: test needed
type: behavior
versions: + Python 2.6
2004-02-22 15:21:12adsrcreate