Martin Panter added the comment:

I didn’t look too closely, but I did see that _ssl_locks_count is unsigned int. 
I was compiling for x86-64 Linux, where int is 32 bits and size_t is 64. So 
maybe GCC was optimizing the (size_t) cast away, and then rightfully warning 
that the largest unsigned int will never exceed the largest possible array size.

----------

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

Reply via email to