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 brett.cannon
Recipients abaron, astrand, brett.cannon, eric.snow, gregory.p.smith, hdn, kosuha, loewis, michaeltsai, pitrou, ronaldoussoren
Date 2012-04-14.16:39:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334421582.83.0.143870732904.issue6380@psf.upfronthosting.co.za>
In-reply-to
Content
Just to answer Greg's question, importlib uses a context manager to manage the import lock so as long as that surfaces the right thing in a fork then things will be fine.
History
Date User Action Args
2012-04-14 16:39:42brett.cannonsetrecipients: + brett.cannon, loewis, gregory.p.smith, astrand, ronaldoussoren, pitrou, michaeltsai, kosuha, abaron, hdn, eric.snow
2012-04-14 16:39:42brett.cannonsetmessageid: <1334421582.83.0.143870732904.issue6380@psf.upfronthosting.co.za>
2012-04-14 16:39:42brett.cannonlinkissue6380 messages
2012-04-14 16:39:42brett.cannoncreate