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 brett.cannon
Recipients
Date 2005-11-04.01:51:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

This is not Python's fault.  If you look at what triggers
the exception it is code from Twisted.  All of this is
happening because the threads being run by the test are not
being properly torn down before the interpreter begins to
tear itself down.

If you make sure all the threads have terminated before
ending the test I am sure the error will go away.
History
Date User Action Args
2007-08-23 14:13:55adminlinkissue754449 messages
2007-08-23 14:13:55admincreate