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 | patrick |
|---|---|
| Recipients | patrick |
| Date | 2008年06月02日.09:53:10 |
| SpamBayes Score | 0.06884863 |
| Marked as misclassified | No |
| Message-id | <1212400401.02.0.0405050375682.issue3027@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The c extend module is as the attached file "WindowsFuncs.cpp", it wraps some Windows event APIs The python script is as the attached file "test.py", run that script, we could find in the new thread, the calling to Windows API waitForSingleObject will block the main thread printing, that's really strange. The output of running is as the attached file "test.output". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008年06月02日 09:53:22 | patrick | set | spambayes_score: 0.0688486 -> 0.06884863 recipients: + patrick |
| 2008年06月02日 09:53:22 | patrick | set | spambayes_score: 0.0688486 -> 0.0688486 messageid: <1212400401.02.0.0405050375682.issue3027@psf.upfronthosting.co.za> |
| 2008年06月02日 09:53:19 | patrick | link | issue3027 messages |
| 2008年06月02日 09:53:17 | patrick | create | |