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 scott.dial
Recipients barry, benjamin.peterson, janssen, kevinwatters, ncoghlan, r.david.murray, rhettinger, rmore, rtucker, scott.dial
Date 2009-12-06.17:05:09
SpamBayes Score 0.0006340722
Marked as misclassified No
Message-id <1260119111.62.0.866774365544.issue5949@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for giving it a try. I believe the issue is that I am raising an
exception in the middle of run_server, which was not a pattern tested in
the other modules I looked at. Thus, the threads for those do not get
reaped correctly.

I have rewrote the test to ensure all of the spawned threads and servers
are shutdown correctly.
History
Date User Action Args
2009-12-06 17:05:11scott.dialsetrecipients: + scott.dial, barry, rhettinger, ncoghlan, janssen, kevinwatters, benjamin.peterson, r.david.murray, rmore, rtucker
2009-12-06 17:05:11scott.dialsetmessageid: <1260119111.62.0.866774365544.issue5949@psf.upfronthosting.co.za>
2009-12-06 17:05:10scott.diallinkissue5949 messages
2009-12-06 17:05:10scott.dialcreate