Author brett.cannon
Recipients
Date 2006-06-22.16:05:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

Well, the docs for warnings
(http://docs.python.org/dev/lib/warning-categories.html) say
that a category must subclass Warning.  So I removed the
ClassType check entirely, and that causes test_exceptions to
segfault.  Lovely.

I will try to look at this Friday.
History
Date User Action Args
2007-08-23 14:40:45adminlinkissue1510580 messages
2007-08-23 14:40:45admincreate