diff options
author | Victor Stinner <vstinner@python.org> | 2023-07-17 17:55:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 17:55:30 +0200 |
commit | ad95c7253a70e559e7d3f25d53f4772f28bb8b44 (patch) | |
tree | f64578e483489c7c2ea93b3e4bf9f1cd3e285742 /Python/ceval_gil.c | |
parent | 036bb7365607ab7e5cf901f1ac4256f9ae1be82c (diff) | |
download | cpython-ad95c7253a70e559e7d3f25d53f4772f28bb8b44.tar.gz cpython-ad95c7253a70e559e7d3f25d53f4772f28bb8b44.zip |
gh-106687: _ssl: use uint64_t for SSL options (#106700)
SSL_CTX_get_options() uses uint64_t for options:
https://www.openssl.org/docs/man3.1/man3/SSL_CTX_get_options.html
Fix this compiler warning on Windows with MSC:
conversion from 'uint64_t' to 'long', possible loss of data
Diffstat (limited to 'Python/ceval_gil.c')
0 files changed, 0 insertions, 0 deletions