This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients jnoller, ncoghlan, pitrou
Date 2008-08-18.14:30:41
SpamBayes Score 7.634143e-05
Marked as misclassified No
Message-id <1219069842.63.0.367857924974.issue3589@psf.upfronthosting.co.za>
In-reply-to
Content
> The delayed import functions in multiprocessing.__init__ look like a
> serious misfeature to me. I'd be inclined to replace them with "from
> .synchronize import *" and "from .process import *"

+1
(or, even better, qualified than wildcard imports)
History
Date User Action Args
2008-08-18 14:30:42pitrousetrecipients: + pitrou, ncoghlan, jnoller
2008-08-18 14:30:42pitrousetmessageid: <1219069842.63.0.367857924974.issue3589@psf.upfronthosting.co.za>
2008-08-18 14:30:41pitroulinkissue3589 messages
2008-08-18 14:30:41pitroucreate