Message272501
| 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:45 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, skrah, martin.panter, ztane |
| 2016-08-12 06:44:45 | serhiy.storchaka | set | messageid: <1470984285.82.0.253732482179.issue23545@psf.upfronthosting.co.za> |
| 2016-08-12 06:44:45 | serhiy.storchaka | link | issue23545 messages |
| 2016-08-12 06:44:45 | serhiy.storchaka | create | |