[Python-Dev] Fwd: Deadlock by a second import in a thread
Facundo Batista
facundobatista at gmail.com
Fri Oct 26 04:27:57 CEST 2007
2007/10/19, Adam Olsen <rhamph at gmail.com>:
> Whether this is a minor problem due to poor style or a major problem
> due to a language defect is a matter of perspective. I'm working on
> redesigning Python's threading support, expecting it to be used a
> great deal more, which'd push it into the major problem category.
>
> For now I'd leave it open.
It's a matter of perspective, yes. But I'll close this bug, because
he's hitting the problem through a weird way, doing something that he
shouldn't.
The real problem here, if any, is that you can not make a second
import in another thread. Feel free to open a bug for this, but
addressing this specifically.
I'd prefer a PEP, though, ;)
Regards,
--
. Facundo
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
More information about the Python-Dev
mailing list