[issue1562822] importing threading in a thread does not work

Brett Cannon report at bugs.python.org
Tue Mar 31 01:21:12 CEST 2009


Brett Cannon <brett at python.org> added the comment:

So the failure stems from threading being imported by decimal in a
thread itself. This is just not going to be supported as it confuses
threading as to what thread was the main thread.

Closing as "won't fix".

----------
resolution:  -> wont fix
status: open -> closed
title: decimal module borks thread -> importing threading in a thread does not work

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1562822>
_______________________________________


More information about the Python-bugs-list mailing list