aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_interpreters.py
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-05-27 21:48:12 +0100
committerGitHub <noreply@github.com>2020-05-27 13:48:12 -0700
commite4799b95945b44eb0e2eea26473db8e0a49ed0ee (patch)
tree0a834d6f67374baffdd2d411c3846695725db4f7 /Lib/test/test_interpreters.py
parentc116c94ff119485761460f1033cdee425bed0310 (diff)
downloadcpython-e4799b95945b44eb0e2eea26473db8e0a49ed0ee.tar.gz
cpython-e4799b95945b44eb0e2eea26473db8e0a49ed0ee.zip
Fix compiler warnings in _zoneinfo.c (GH-20342)
``` D:\a\cpython\cpython\Modules\_zoneinfo.c(903,52): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\a\cpython\cpython\PCbuild\_zoneinfo.vcxproj] D:\a\cpython\cpython\Modules\_zoneinfo.c(904,44): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [D:\a\cpython\cpython\PCbuild\_zoneinfo.vcxproj] D:\a\cpython\cpython\Modules\_zoneinfo.c(1772,31): warning C4244: '=': conversion from 'ssize_t' to 'uint8_t', possible loss of data [D:\a\cpython\cpython\PCbuild\_zoneinfo.vcxproj] ```
Diffstat (limited to 'Lib/test/test_interpreters.py')
0 files changed, 0 insertions, 0 deletions