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
Grammar -rw-r--r-- 9.6 KB
Tokens -rw-r--r-- 1.5 KB

back to top