Ned Deily added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28747>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to