Message59136
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, gvanrossum, kbk |
| Date | 2008-01-03.16:45:26 |
| SpamBayes Score | 0.0039539817 |
| Marked as misclassified | No |
| Message-id | <1199378726.88.0.264357452009.issue1567@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-01-03 16:45:27 | christian.heimes | set | spambayes_score: 0.00395398 -> 0.0039539817 recipients: + christian.heimes, gvanrossum, kbk |
| 2008-01-03 16:45:26 | christian.heimes | set | spambayes_score: 0.00395398 -> 0.00395398 messageid: <1199378726.88.0.264357452009.issue1567@psf.upfronthosting.co.za> |
| 2008-01-03 16:45:26 | christian.heimes | link | issue1567 messages |
| 2008-01-03 16:45:26 | christian.heimes | create | |