Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'exception': 0.03; 'subject:Python': 0.05; 'ignored': 0.05; 'python': 0.09; 'aug': 0.13; 'skip:f 30': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:3.3': 0.16; 'subject:beta': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'keyerror:': 0.22; 'header:In- Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'minimal': 0.30; 'code': 0.31; 'getting': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'depends': 0.36; 'test': 0.36; 'received:209': 0.37; 'far': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'worth': 0.63; 'case?': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=e3WBvzquwykxgn5zsYNF0WCgDX8lBd0ZCdzcQINuon0=; b=g/oIGo0Idw1EARDhgwCZIJJtyejjMiHTPoy8qKM7EZvFcV0JRLDDs3yg/P5ROok4Ta 6b1wYF0D8oaTRrJbrKCHTMZjNnjTCScmT/kHYrbIPnPaZaMIrVj9u07NG5PhR7TanmsT ttHdQMKtJ1BrwfEBYri3+cPbuUB3Hqeo1OGP69P4M2fHHmNDjw88jXt/CSQDX4ZEnbLS akNa/GdJaI/06tW0LNaO8yVOj6D7wnqmr2cIPdlUcahX5SYYiRTxuf7q4P17tCHH17T8 a8jq3uC6tgwvEkCNDZL0mpolSQaUSiKXcGmLAdJnFlG1cUSI0k91bOV+t+Yzw7+2fsnf E+Yg== MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 13 Aug 2012 21:13:24 +1000 Subject: Re: Threading KeyError in Python 3.3 beta 2? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1344856408 news.xs4all.nl 6905 [2001:888:2000:d::a6]:38093 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26976 On Mon, Aug 13, 2012 at 8:36 PM, Blind Anagram wrote: > I thought I would try out Python 3.3 beta 2. > This works well so far but I keep getting the message: > > Exception KeyError: KeyError(6308,) in 'c:\\Program Files\\Python33\\lib\\threading.py'> ignored > > after some of my python code completes. > Is this an issue worth reporting? It might be, but it depends on what your code is and is doing. Can you put together a minimal test case? ChrisA