Message71721
| Author | brett.cannon |
|---|---|
| Recipients | ajaksu2, brett.cannon, dalcinl |
| Date | 2008-08-22.04:08:19 |
| SpamBayes Score | 0.0014509003 |
| Marked as misclassified | No |
| Message-id | <1219378100.43.0.586220488446.issue3639@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
If you search for _PyUnicode_AsString() in Python/_warnings.c you will find several places that assume that the proper measures have been taken to make sure the object is a string. All of those places need to be fixed so that if a string is not passed in then one is grabbed. And the reason this turned out as a segfault is for a missing error return value just before the strcmp() call. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-22 04:08:20 | brett.cannon | set | recipients: + brett.cannon, dalcinl, ajaksu2 |
| 2008-08-22 04:08:20 | brett.cannon | set | messageid: <1219378100.43.0.586220488446.issue3639@psf.upfronthosting.co.za> |
| 2008-08-22 04:08:19 | brett.cannon | link | issue3639 messages |
| 2008-08-22 04:08:19 | brett.cannon | create | |