Threading KeyError in Python 3.3 beta 2?

Chris Angelico rosuav at gmail.com
Mon Aug 13 07:13:24 EDT 2012


On Mon, Aug 13, 2012 at 8:36 PM, Blind Anagram <noname at nowhere.com> 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 <module 'threading'    from
> '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



More information about the Python-list mailing list