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 terry.reedy
Recipients PythonInTheGrass, pitrou, terry.reedy
Date 2011-01-22.03:43:15
SpamBayes Score 2.2615437e-08
Marked as misclassified No
Message-id <1295667797.82.0.939393478038.issue10909@psf.upfronthosting.co.za>
In-reply-to
Content
I ran the 2.7 file (on 2.7) and after several minutes, threadA stopped printing, but no error message.

Antoine, could improvement from 2.7 to 3.2 have anything to new with the new implementation of the Global Interpreter Lock?

Scott, if you can do your project with 3.2, I strongly recommend it. Even with 2.7, one can run files outside of IDLE even though you edit with IDLE. You just give up the F5 convenience. Or, I believe there are other editors without a shell which do so directly. Or, you could write a dp() (debug print) function that writes to a scrolled window in your toplevel app window (where running numbers appear now.
History
Date User Action Args
2011-01-22 03:43:17terry.reedysetrecipients: + terry.reedy, pitrou, PythonInTheGrass
2011-01-22 03:43:17terry.reedysetmessageid: <1295667797.82.0.939393478038.issue10909@psf.upfronthosting.co.za>
2011-01-22 03:43:16terry.reedylinkissue10909 messages
2011-01-22 03:43:15terry.reedycreate