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 sonderblade
Recipients
Date 2007-03-10.13:56:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
"I haven't actually tried the code AssertionError is fine (although I wonder what you get under -O)"

Actually, you get something very very weird. Try "t = Thread(); for x in range(10): t.start()". But it is the fault of the Thread class and above my head to fix anyhow. :)
History
Date User Action Args
2007-08-23 15:57:22adminlinkissue1676820 messages
2007-08-23 15:57:22admincreate