Message71750
| Author | ajaksu2 |
|---|---|
| Recipients | ajaksu2, brett.cannon, dalcinl |
| Date | 2008-08-22.15:03:09 |
| SpamBayes Score | 1.7829694e-06 |
| Marked as misclassified | No |
| Message-id | <1219417392.2.0.366920074146.issue3639@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Brett, I don't think I know C (and CPython) enough to fix this. I was able to get rid of this specific segfault with this: - const char *text_char = _PyUnicode_AsString(text); + const char *text_char = _PyUnicode_AsString(PyObject_Str(text)); But I have no idea whether I should also incref/decref the PyObject_Str. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-22 15:03:12 | ajaksu2 | set | recipients: + ajaksu2, brett.cannon, dalcinl |
| 2008-08-22 15:03:12 | ajaksu2 | set | messageid: <1219417392.2.0.366920074146.issue3639@psf.upfronthosting.co.za> |
| 2008-08-22 15:03:11 | ajaksu2 | link | issue3639 messages |
| 2008-08-22 15:03:11 | ajaksu2 | create | |