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 gregory.p.smith
Recipients brett.cannon, cwalther, gregory.p.smith
Date 2008-01-17.01:47:55
SpamBayes Score 0.009325263
Marked as misclassified No
Message-id <1200534477.12.0.32696927125.issue1596321@psf.upfronthosting.co.za>
In-reply-to
Content
threadingbug.py doesn't fail for me on trunk (linux), anyone else?

the output I get is always:

Main thread ID: -134346528
Secondary thread ID: -135349328
Exception KeyError: KeyError(-134346528,) in <module 'threading' from
'/home/gps/oss/python/trunk/Lib/threading.pyc'> ignored
History
Date User Action Args
2008-01-17 01:47:57gregory.p.smithsetspambayes_score: 0.00932526 -> 0.009325263
recipients: + gregory.p.smith, brett.cannon, cwalther
2008-01-17 01:47:57gregory.p.smithsetspambayes_score: 0.00932526 -> 0.00932526
messageid: <1200534477.12.0.32696927125.issue1596321@psf.upfronthosting.co.za>
2008-01-17 01:47:55gregory.p.smithlinkissue1596321 messages
2008-01-17 01:47:55gregory.p.smithcreate