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.

作者 christian.heimes
收信人 christian.heimes, gvanrossum, kbk
日期 2008-01-03.16:45:26
SpamBayes Score 0.0039539817
Marked as misclassified
Message-id <1199378726.88.0.264357452009.issue1567@psf.upfronthosting.co.za>
In-reply-to
内容
The patch does't replace all PyImport_ImportModule() calls with the new
function. It replaces only the calls which may occure more than once and
have a fixed name like "time".

I've renamed the function to PyImport_ImportModuleNoBlock(). It should
explain the purpose of the function better. It imports a module without
blocking.
历史
日期 用户 动作 参数
2008-01-03 16:45:27christian.heimes修改spambayes_score: 0.00395398 -> 0.0039539817
recipients: + christian.heimes, gvanrossum, kbk
2008-01-03 16:45:26christian.heimes修改spambayes_score: 0.00395398 -> 0.00395398
messageid: <1199378726.88.0.264357452009.issue1567@psf.upfronthosting.co.za>
2008-01-03 16:45:26christian.heimes链接issue1567 messages
2008-01-03 16:45:26christian.heimes创建