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 georg.brandl
Recipients amaury.forgeotdarc, benjamin.peterson, georg.brandl, jmfauth, kevinwatters, trentm, twhitema
Date 2008-09-21.07:34:50
SpamBayes Score 0.0010218683
Marked as misclassified No
Message-id <1221982491.48.0.697200946009.issue3905@psf.upfronthosting.co.za>
In-reply-to
Content
Jean-Michel, you'll need to apply the idlelib/run.py patch; replace

    sockthread.set_daemon(True)

with

    sockthread.daemon = True

around line 75.
History
Date User Action Args
2008-09-21 07:34:51georg.brandlsetrecipients: + georg.brandl, amaury.forgeotdarc, kevinwatters, benjamin.peterson, trentm, jmfauth, twhitema
2008-09-21 07:34:51georg.brandlsetmessageid: <1221982491.48.0.697200946009.issue3905@psf.upfronthosting.co.za>
2008-09-21 07:34:50georg.brandllinkissue3905 messages
2008-09-21 07:34:50georg.brandlcreate