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 serhiy.storchaka
Recipients martin.panter, serhiy.storchaka, skrah, vstinner, ztane
Date 2016-08-12.06:44:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470984285.82.0.253732482179.issue23545@psf.upfronthosting.co.za>
In-reply-to
Content
Seems GCC is such smart, that can deduce that the maximal value of _ssl_locks_count is never larger than PY_SSIZE_T_MAX / sizeof(PyThread_type_lock). The other workaround is making _ssl_locks_count of type size_t instead of unsigned int, but I wouldn't do this with good reasons.
History
Date User Action Args
2016-08-12 06:44:45serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, skrah, martin.panter, ztane
2016-08-12 06:44:45serhiy.storchakasetmessageid: <1470984285.82.0.253732482179.issue23545@psf.upfronthosting.co.za>
2016-08-12 06:44:45serhiy.storchakalinkissue23545 messages
2016-08-12 06:44:45serhiy.storchakacreate