Message281324
| Author | ned.deily |
|---|---|
| Recipients | christian.heimes, ned.deily, steve.dower |
| Date | 2016-11-21.06:34:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1479710050.6.0.224675109723.issue28747@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
With the patch (_2), clang (and gcc 4.2) on macOS warn:
./Modules/_ssl.c:3968:7: warning: assigning to 'unsigned char *' from 'char *'
converts between pointers to integer types with different sign [-Wpointer-sign]
p = PyBytes_AS_STRING(enc_cert);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-11-21 06:34:10 | ned.deily | set | recipients: + ned.deily, christian.heimes, steve.dower |
| 2016-11-21 06:34:10 | ned.deily | set | messageid: <1479710050.6.0.224675109723.issue28747@psf.upfronthosting.co.za> |
| 2016-11-21 06:34:10 | ned.deily | link | issue28747 messages |
| 2016-11-21 06:34:10 | ned.deily | create | |