Staging
v0.5.1
https://github.com/python/cpython
Revision ea9f168957f7236aae2185f65e0dc608a9a7a37b authored by Victor Stinner on 04 June 2019, 15:08:24 UTC, committed by GitHub on 04 June 2019, 15:08:24 UTC
Fix this MSVC warning:

    objects\codeobject.c(264): warning C4244: '=':
    conversion from 'Py_ssize_t' to 'unsigned char', possible loss of data
1 parent 8d56109
History
Tip revision: ea9f168957f7236aae2185f65e0dc608a9a7a37b authored by Victor Stinner on 04 June 2019, 15:08:24 UTC
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13809)
Tip revision: ea9f168
File Mode Size
ci.yml -rw-r--r-- 3.2 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 724 bytes
posix-deps-apt.sh -rwxr-xr-x 580 bytes
posix-steps.yml -rw-r--r-- 2.5 KB
pr.yml -rw-r--r-- 3.1 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-steps.yml -rw-r--r-- 1.3 KB

back to top