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 | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2008年07月08日.13:45:57 |
| SpamBayes Score | 0.003126279 |
| Marked as misclassified | No |
| Message-id | <1215524758.77.0.0388250279291.issue3313@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
As expected, the bug can be reproduced with ctypes.dlopen(). py_dl_open() function of Modules/_ctypes/callproc.c should be merged with Modules/dlmodule.c. Here use at least the attached patch for ctypes (same job than the other patch: use default string if dlerror() returns NULL). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008年07月08日 13:45:59 | vstinner | set | spambayes_score: 0.00312628 -> 0.003126279 recipients: + vstinner |
| 2008年07月08日 13:45:58 | vstinner | set | spambayes_score: 0.00312628 -> 0.00312628 messageid: <1215524758.77.0.0388250279291.issue3313@psf.upfronthosting.co.za> |
| 2008年07月08日 13:45:57 | vstinner | link | issue3313 messages |
| 2008年07月08日 13:45:57 | vstinner | create | |