This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author SilentGhost
Recipients Devin Jeanpierre, SilentGhost, belopolsky, benjamin.peterson, christian.heimes, guidod-2011, mark.dickinson, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2016-09-12.16:20:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473697249.39.0.136180799941.issue17884@psf.upfronthosting.co.za>
In-reply-to
Content
I get the following compiler warning now:

In file included from ./Include/Python.h:66:0,
                 from /cpython/Modules/_ssl.c:19:
/cpython/Modules/_ssl.c: In function ‘_setup_ssl_threads’:
./Include/pymem.h:136:18: warning: comparison is always false due to limited range of data type [-Wtype-limits]
   ( ((size_t)(n) > PY_SSIZE_T_MAX / sizeof(type)) ? NULL : \
                  ^
/cpython/Modules/_ssl.c:5076:22: note: in expansion of macro ‘PyMem_New’
         _ssl_locks = PyMem_New(PyThread_type_lock, _ssl_locks_count);
                      ^
History
Date User Action Args
2016-09-12 16:20:49SilentGhostsetrecipients: + SilentGhost, mark.dickinson, belopolsky, pitrou, vstinner, christian.heimes, benjamin.peterson, Devin Jeanpierre, python-dev, serhiy.storchaka, guidod-2011
2016-09-12 16:20:49SilentGhostsetmessageid: <1473697249.39.0.136180799941.issue17884@psf.upfronthosting.co.za>
2016-09-12 16:20:49SilentGhostlinkissue17884 messages
2016-09-12 16:20:49SilentGhostcreate