Message281324
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);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
| 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 | |
|