summaryrefslogtreecommitdiffstats
path: root/Lib/ast.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-09-14 08:10:30 (GMT)
committerChristian Heimes <christian@python.org>2017-09-14 08:10:30 (GMT)
commit5a61559fb0776a9a0f08294ec9003cea13940430 (patch)
treec76e9b309957db45ac046a6d15c38bd2e6c068d9 /Lib/ast.py
parentdae0276bb6bc7281d59fb0b8f1aab31634ee80dc (diff)
downloadcpython-5a61559fb0776a9a0f08294ec9003cea13940430.zip
cpython-5a61559fb0776a9a0f08294ec9003cea13940430.tar.gz
cpython-5a61559fb0776a9a0f08294ec9003cea13940430.tar.bz2
_ssl_: Fix compiler warning (#3559)
Cast Py_buffer.len (Py_ssize_t, signed) to size_t (unsigned) to prevent the following warning: Modules/_ssl.c:3089:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Diffstat (limited to 'Lib/ast.py')
0 files changed, 0 insertions, 0 deletions