Re: [Python-Dev] cpython: Remove outdated statements about threading and imports.

2012-05-18 Thread Nick Coghlan
On May 18, 2012 11:34 PM, "Antoine Pitrou" wrote: > > On Fri, 18 May 2012 23:16:09 +1000 > Nick Coghlan wrote: > > > I know you fixed the deadlock problem, but the warnings about shutdown > > misbehaviour are still valid. > > Do we have a reproducer? It should have been fixed by > http://bugs.pyt

Re: [Python-Dev] cpython: Remove outdated statements about threading and imports.

2012-05-18 Thread Antoine Pitrou
On Fri, 18 May 2012 23:16:09 +1000 Nick Coghlan wrote: > I know you fixed the deadlock problem, but the warnings about shutdown > misbehaviour are still valid. Do we have a reproducer? It should have been fixed by http://bugs.python.org/issue1856. Regards Antoine. ___